Add files via upload

This commit is contained in:
lieren2023 2023-12-06 00:06:23 +08:00 committed by GitHub
parent 7bc8b63ec4
commit 4798942571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -924,6 +924,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
return !player.hasMark('dccaixia_clear');
},
direct:true,
locked:false,
content:function(){
'step 0'
var choices=Array.from({length:Math.min(5,game.players.length+game.dead.length)}).map((_,i)=>get.cnNumber(i+1,true));