summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle/src/Struct/ServerReply.elm')
-rw-r--r--src/battle/src/Struct/ServerReply.elm8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/battle/src/Struct/ServerReply.elm b/src/battle/src/Struct/ServerReply.elm
index 881be78..25a0b2f 100644
--- a/src/battle/src/Struct/ServerReply.elm
+++ b/src/battle/src/Struct/ServerReply.elm
@@ -19,13 +19,7 @@ type Type =
| Disconnected
| AddArmor Struct.Armor.Type
| AddWeapon Struct.Weapon.Type
- | AddCharacter
- (
- Struct.Character.Type,
- Struct.Weapon.Ref,
- Struct.Weapon.Ref,
- Struct.Armor.Ref
- )
+ | AddCharacter Struct.Character.TypeAndEquipmentRef
| AddTile Struct.Tile.Type
| SetMap Struct.Map.Type
| TurnResults (List Struct.TurnResult.Type)