Update character/standard.js
This commit is contained in:
parent
e9266c8eeb
commit
d86573da96
|
@ -1466,6 +1466,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
if(eq&&get.equipValue(card)-get.equipValue(eq)<Math.max(1.2,6-player.hp)) return 0;
|
if(eq&&get.equipValue(card)-get.equipValue(eq)<Math.max(1.2,6-player.hp)) return 0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
locked:false,
|
||||||
enable:'phaseUse',
|
enable:'phaseUse',
|
||||||
// alter:true,
|
// alter:true,
|
||||||
usable:1,
|
usable:1,
|
||||||
|
|
Loading…
Reference in New Issue