From 8e7227c29db903ab28fcecaef5b7cef1d3639ec4 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 8 Jun 2024 18:52:47 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20DummyGeneral=EC=97=90=20penaltyList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/DummyGeneral.php | 2 ++ 1 file changed, 2 insertions(+) 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);