fix: 삼황내문을 새 저지 로직에 맞게 수정
This commit is contained in:
@@ -19,10 +19,10 @@ class che_저지_삼황내문 extends \sammo\BaseItem{
|
||||
if($unit->isAttacker()){
|
||||
return null;
|
||||
}
|
||||
if($unit->getPhase() >= 2){
|
||||
if($unit->getPhase() >= 1){
|
||||
return null;
|
||||
}
|
||||
if($unit->getPhase() == 1 && $unit->rng->nextBool(0.5)){
|
||||
if($unit->getPhase() == 0 && $unit->rng->nextBool(0.5)){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user