X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=new%2Fplomrogue%2Fthings.py;h=7789223b9c9e63abbb24874692ad63cbfc0c0a2c;hb=7cf9821ef5b430ac64d5c663ca67b2f1a887d8a4;hp=797fd6bce2ea347e13502670d5ab0bcad654bcfd;hpb=569bb0b9683cfd5db1fa100e49127fe84b39f0ac;p=plomrogue2-experiments diff --git a/new/plomrogue/things.py b/new/plomrogue/things.py index 797fd6b..7789223 100644 --- a/new/plomrogue/things.py +++ b/new/plomrogue/things.py @@ -246,6 +246,7 @@ class ThingAnimate(Thing): if self is self.game.player: self.game.player_is_alive = False else: + # TODO: Handle inventory. del self.game.things[self.game.things.index(self)] return try: