X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plugins%2Fserver%2FTheCrawlingEater.py;h=a9f17572635f30eeaf7349682b6f55d6c09a87ef;hb=8c88406d32ad014785ffb195fd34e0b7502ccfc6;hp=1bfc7e7208686479794335a485a823724e952612;hpb=cfabfb3d1f152c35fd618b269fc056a229343d57;p=plomrogue diff --git a/plugins/server/TheCrawlingEater.py b/plugins/server/TheCrawlingEater.py index 1bfc7e7..a9f1757 100644 --- a/plugins/server/TheCrawlingEater.py +++ b/plugins/server/TheCrawlingEater.py @@ -192,6 +192,10 @@ def die(t, message): t["fovmap"] = bytearray(b' ' * (world_db["MAP_LENGTH"] ** 2)) t["T_MEMMAP"][t["pos"]] = ord("@") log(message) + else: + world_db["MAP"][t["pos"]] = ord("5") + world_db["HUMILITY"] = t["T_KIDNEY"] + t["T_BLADDER"] + del world_db["Things"][t["T_ID"]] world_db["die"] = die