Trigger, Action 역할 재정의

This commit is contained in:
2018-10-01 02:02:30 +09:00
parent 5f8e4ae10c
commit d2c5c856ab
70 changed files with 372 additions and 262 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class TurnExecutionHelper
public function preprocessCommand(){
$general = $this->getGeneral();
$general->onPreTurnExecute($general);
$general->getPreTurnExecuteTriggerList($general);
if($general->getVar('injury') && !$general->hasActivatedSkill('pre.부상경감')){
$general->increaseVarWithLimit('injury', -10, 0);