버그 수정, 구조 변경
This commit is contained in:
@@ -20,7 +20,7 @@ class che_은둔 implements iAction{
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function onPreGeneralStatUpdate(General $general, string $statName, $value){
|
||||
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
||||
if($statName == 'bonusAtmos'){
|
||||
return $value - 5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user