X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/gitweb.css?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=1c99737c039390938804d467d8e9a490e2dc2a67;hb=d56384f9b6c88bab666162a0f97d7e64f2b3951c;hp=30cd2bfe104fdd2a36836b87a401f6d33cc555f2;hpb=6354f0d85ce38a5450142b2bc775e49f0abfc7b8;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 30cd2bf..1c99737 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -145,6 +145,11 @@ class Thing_Bottle(Thing): symbol_hint = 'B' portable = True full = True + thing_char = '~' + + def empty(self): + self.thing_char = '_' + self.full = False