diff options
| author | troido <troido@protonmail.com> | 2020-04-07 09:47:21 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-04-07 09:47:21 +0200 |
| commit | 496b535ce7bf658aff4c1b11e4b7c657189c0844 (patch) | |
| tree | 5462080c04504ea3682129cbb7f9c7a96991556a /asciifarmclient/gameclient.py | |
| parent | c50243865062c0e2096d8ed3fe364b3b2ba61953 (diff) | |
show equipment for rustifarm
Diffstat (limited to 'asciifarmclient/gameclient.py')
| -rw-r--r-- | asciifarmclient/gameclient.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/asciifarmclient/gameclient.py b/asciifarmclient/gameclient.py index 44219f2..b8f8727 100644 --- a/asciifarmclient/gameclient.py +++ b/asciifarmclient/gameclient.py @@ -124,6 +124,8 @@ class Client: self.log("You have died. Restart the client to respawn") if msgType == "inventory": self.display.setInventory(msg[1]) + if msgType == "inv": + self.display.setInv(msg[1]) if msgType == "equipment": self.display.setEquipment(msg[1]) if msgType == "ground": |
