버그 수정, 구조 변경

This commit is contained in:
2019-04-28 03:49:03 +09:00
parent ab47f40ee1
commit 99e6a2676b
52 changed files with 140 additions and 165 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class che_왕좌 implements iAction{
static $name = '왕좌';
static $info = '명성 +10%, 사기 -5';
public function onPreGeneralStatUpdate(General $general, string $statName, $value){
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName == 'experience'){
return $value * 1.1;
}