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