X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=sidebyside;f=game_common.py;h=39a12f1612f0cbd15d342a82c88c26feace90dde;hb=398d5e55111c915b9dc0dd7cff6518e99996cb3a;hp=689398ddbce3cd85f93e7bcee5cbd1d2ce9e8c0a;hpb=827134a13175939231b85fbc159c013e0f024e78;p=plomrogue2-experiments diff --git a/game_common.py b/game_common.py index 689398d..39a12f1 100644 --- a/game_common.py +++ b/game_common.py @@ -52,7 +52,7 @@ class Thing: self.position = [0,0] -class Commander: +class CommonCommandsMixin: def cmd_MAP_SIZE(self, yx): """Set self.map_size to yx, redraw self.terrain_map as '?' cells."""