@@ -19,10 +19,10 @@ class che_저지_삼황내문 extends \sammo\BaseItem{
|
|||||||
if($unit->isAttacker()){
|
if($unit->isAttacker()){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if($unit->getPhase() >= 1){
|
if($unit->getPhase() >= 2){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if($unit->getPhase() == 0 && $unit->rng->nextBool(0.5)){
|
if($unit->getPhase() == 1 && $unit->rng->nextBool(0.5)){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user