hasActivatedSkill('치료')){ return true; } if($selfEnv['치료발동']??false){ return true; } $selfEnv['치료발동'] = true; $oppose->getLogger()->pushGeneralBattleDetailLog("상대가 치료했다!", ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog("치료했다!", ActionLogger::PLAIN); $oppose->multiplyWarPowerMultiply(0.7); $self->getGeneral()->setVar('injury', 0); $this->processConsumableItem(); return true; } }