Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
220d1d821d | ||
|
|
2b16c3c1a9 | ||
|
|
d731acdaef | ||
|
|
3511b159a8 |
@@ -19,10 +19,14 @@ class che_저지_삼황내문 extends \sammo\BaseItem{
|
||||
if($unit->isAttacker()){
|
||||
return null;
|
||||
}
|
||||
if($unit->getPhase() >= 2){
|
||||
|
||||
if($unit->getPhase() > 0){
|
||||
return null;
|
||||
}
|
||||
if($unit->getPhase() == 1 && $unit->rng->nextBool(0.5)){
|
||||
if($unit->hasActivatedSkillOnLog('저지') >= 2){
|
||||
return null;
|
||||
}
|
||||
if($unit->hasActivatedSkillOnLog('저지') == 1 && $unit->getPhase() == 0 && $unit->rng->nextBool(0.5)){
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user