From 496b535ce7bf658aff4c1b11e4b7c657189c0844 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 7 Apr 2020 09:47:21 +0200 Subject: show equipment for rustifarm --- asciifarmclient/gameclient.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asciifarmclient/gameclient.py') 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": -- cgit