home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7742e
)
Change some thing type symbols.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 27 Dec 2020 03:56:50 +0000
(
04:56
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 27 Dec 2020 03:56:50 +0000
(
04:56
+0100)
plomrogue/things.py
patch
|
blob
|
history
diff --git
a/plomrogue/things.py
b/plomrogue/things.py
index 6cb1e89c3b3df30f9e9cd2dbedf09c42cd5649a9..ca9dcb16a895baa1550eec3e5ba1616a0b7b2e46 100644
(file)
--- a/
plomrogue/things.py
+++ b/
plomrogue/things.py
@@
-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!')