diff --git a/hwe/sammo/DummyGeneral.php b/hwe/sammo/DummyGeneral.php index 4996ebe4..0ad0ee9a 100644 --- a/hwe/sammo/DummyGeneral.php +++ b/hwe/sammo/DummyGeneral.php @@ -2,6 +2,7 @@ namespace sammo; +use Ds\Map; use sammo\Enums\InheritanceKey; class DummyGeneral extends General @@ -31,6 +32,7 @@ class DummyGeneral extends General $this->raw = $raw; $this->resultTurn = new LastTurn(); + $this->penaltyList = new Map(); if ($initLogger) { $this->initLogger(1, 1);