game,fix: 전추 치료 발동시 표기에 맞게 -50% -> -30%

This commit is contained in:
2022-04-26 00:36:30 +09:00
parent e353efc81d
commit 73f70fceff
@@ -25,7 +25,7 @@ class che_전투치료발동 extends BaseWarUnitTrigger{
$oppose->getLogger()->pushGeneralBattleDetailLog("상대가 <R>치료</>했다!", ActionLogger::PLAIN);
$self->getLogger()->pushGeneralBattleDetailLog("<C>치료</>했다!", ActionLogger::PLAIN);
$oppose->multiplyWarPowerMultiply(0.5);
$oppose->multiplyWarPowerMultiply(0.7);
$self->getGeneral()->setVar('injury', 0);
$this->processConsumableItem();