견고 버그 수정, 저격 상향

This commit is contained in:
2020-04-30 04:32:35 +09:00
parent 07e186bc5f
commit 9ea1b15753
8 changed files with 29 additions and 12 deletions
+2
View File
@@ -264,6 +264,8 @@ class WarUnitGeneral extends WarUnit{
return false;
}
$this->activateSkill('부상');
$general->increaseVarWithLimit('injury', Util::randRangeInt(10, 80), null, 80);
$this->getLogger()->pushGeneralActionLog("전투중 <R>부상</>당했다!", ActionLogger::PLAIN);