summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-01-17 17:45:22 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-01-17 17:45:22 +0100
commit14a7576ecf56f385d78e0c9ba84b895679c42ee8 (patch)
tree41daa4a46edd334a801fe3270d363ed052552e40 /src/battle/src/Struct/ServerReply.elm
parent883c92cfe2ca94321c995d1a12b44631e77b4518 (diff)
The battle loads, but it's nobody's turn to play...
Diffstat (limited to 'src/battle/src/Struct/ServerReply.elm')
-rw-r--r--src/battle/src/Struct/ServerReply.elm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/battle/src/Struct/ServerReply.elm b/src/battle/src/Struct/ServerReply.elm
index 25a0b2f..59531aa 100644
--- a/src/battle/src/Struct/ServerReply.elm
+++ b/src/battle/src/Struct/ServerReply.elm
@@ -4,6 +4,7 @@ module Struct.ServerReply exposing (Type(..))
-- Battle ----------------------------------------------------------------------
import Struct.Armor
+import Struct.Portrait
import Struct.Map
import Struct.Character
import Struct.Tile
@@ -18,6 +19,7 @@ type Type =
Okay
| Disconnected
| AddArmor Struct.Armor.Type
+ | AddPortrait Struct.Portrait.Type
| AddWeapon Struct.Weapon.Type
| AddCharacter Struct.Character.TypeAndEquipmentRef
| AddTile Struct.Tile.Type