diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 745e4190..f4952a17 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -914,7 +914,7 @@ class General extends GeneralBase implements iAction continue; } /** @var iAction $iObj */ - $value = $iObj->onCalcStat($this, $statName, $value, $aux); + $value = $iObj->onCalcStat($general, $statName, $value, $aux); } return $value; } @@ -927,7 +927,7 @@ class General extends GeneralBase implements iAction continue; } /** @var iAction $iObj */ - $value = $iObj->onCalcOpposeStat($this, $statName, $value, $aux); + $value = $iObj->onCalcOpposeStat($general, $statName, $value, $aux); } return $value; }