X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=6ad8534317476c3c92a2591141253d452ce96ae1;hb=78c02188e008392eddc2e806bacacecc7d8fd94b;hp=249a138eef3c7570b03e9d43d25cfd8e0cc790c7;hpb=a1dff58317110c212b5493e3d1432b06d5058e10;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 249a138..6ad8534 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -564,6 +564,7 @@ class Thing_Player(ThingAnimate): drunk = 0 tripping = 0 need_for_toilet = 0 + standing = True def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)