game,fix: 전추 치료 발동시 표기에 맞게 -50% -> -30%
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user