fix(misc): 상대가 치료시 '붉게' 표기

This commit is contained in:
2021-10-13 02:01:41 +09:00
parent f4bef8a090
commit ac82c8ff0b
@@ -22,7 +22,7 @@ class che_전투치료발동 extends BaseWarUnitTrigger{
} }
$selfEnv['치료발동'] = true; $selfEnv['치료발동'] = true;
$oppose->getLogger()->pushGeneralBattleDetailLog("상대가 <C>치료</>했다!", ActionLogger::PLAIN); $oppose->getLogger()->pushGeneralBattleDetailLog("상대가 <R>치료</>했다!", ActionLogger::PLAIN);
$self->getLogger()->pushGeneralBattleDetailLog("<C>치료</>했다!", ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog("<C>치료</>했다!", ActionLogger::PLAIN);
$oppose->multiplyWarPowerMultiply(0.5); $oppose->multiplyWarPowerMultiply(0.5);