X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=game_common.py;fp=game_common.py;h=39a12f1612f0cbd15d342a82c88c26feace90dde;hb=02d7ae7eb4e030ad84bc215c9d5703943607f66d;hp=689398ddbce3cd85f93e7bcee5cbd1d2ce9e8c0a;hpb=52a7b4e9b1ef3e38701409d963f49033c23d4eaf;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."""