修复十周年大小乔【星舞】
This commit is contained in:
parent
45fed0a573
commit
a224ac5f62
|
@ -1700,7 +1700,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
if (!list.includes(get.suit(card))) att = 2;
|
if (!list.includes(get.suit(card))) att = 2;
|
||||||
if (_status.event.goon) return (20 - get.value(card)) * att;
|
if (_status.event.goon) return (20 - get.value(card)) * att;
|
||||||
return (7 - get.value(card)) * att;
|
return (7 - get.value(card)) * att;
|
||||||
}).set('goon', player.needsToDiscard() || player.getStorage('dcxingwu').length == 2);
|
}).set('goon', player.needsToDiscard() || player.getExpansions('dcxingwu').length == 2);
|
||||||
'step 1'
|
'step 1'
|
||||||
if (result.bool) {
|
if (result.bool) {
|
||||||
player.logSkill('dcxingwu');
|
player.logSkill('dcxingwu');
|
||||||
|
|
Loading…
Reference in New Issue