X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new%2Fplomrogue%2Fgame.py;h=d1c9c665ffb18649f5819831ef2193e48a0b3cdf;hp=de6f0c03d00f22a23f278b5c8dfa4c08b8c05e52;hb=796f6c0c96e3ad88ced605609fff540b280fbf81;hpb=b707d9f6b6351f3cb8be13f67edfd18b1801e3d5 diff --git a/new/plomrogue/game.py b/new/plomrogue/game.py index de6f0c0..d1c9c66 100755 --- a/new/plomrogue/game.py +++ b/new/plomrogue/game.py @@ -199,7 +199,7 @@ class Game: def get_string_options(self, string_option_type): if string_option_type == 'direction': - return self.world.maps[YX(0,0)].get_directions() + return self.map_type().get_directions() elif string_option_type == 'thingtype': return list(self.thing_types.keys()) return None