home · contact · privacy
Change some thing type symbols.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 27 Dec 2020 03:56:50 +0000 (04:56 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 27 Dec 2020 03:56:50 +0000 (04:56 +0100)
plomrogue/things.py

index 6cb1e89c3b3df30f9e9cd2dbedf09c42cd5649a9..ca9dcb16a895baa1550eec3e5ba1616a0b7b2e46 100644 (file)
@@ -445,7 +445,7 @@ class Thing_MusicPlayer(Thing):
 
 class Thing_BottleDeposit(Thing):
     bottle_counter = 0
-    symbol_hint = 'O'
+    symbol_hint = 'b'
 
     def proceed(self):
         if self.bottle_counter >= 3:
@@ -510,7 +510,7 @@ class Thing_Cookie(Thing):
 
 
 class Thing_CookieSpawner(Thing):
-    symbol_hint = 'O'
+    symbol_hint = 'o'
 
     def accept(self, thing):
         self.sound('OVEN', '*heat* *brrzt* here\'s a cookie!')