전특 구현 완료

This commit is contained in:
2019-06-08 02:56:15 +09:00
parent e5a5281e10
commit fceda31c11
5 changed files with 54 additions and 7 deletions
@@ -12,7 +12,7 @@ class che_격노발동 extends BaseWarUnitTrigger{
protected $priority = ObjectTrigger::PRIORITY_POST + 600;
protected function actionWar(WarUnit $self, WarUnit $oppose, array &$selfEnv, array &$opposeEnv):bool{
if(!$self->hasActivatedSkill('격노') && !$self->hasActivatedSkill('진노')){
if(!$self->hasActivatedSkill('격노')){
return true;
}