X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=plomrogue%2Fgame.py;h=a1c2ee641cc1dcfefd8797b284676095ab69e83b;hb=722f6c3effe9aedf6c71678260a6976d30fb21ed;hp=c4951799002c3a2ec086bde6342cb07231c1c6f5;hpb=7ae8ee09d721a1206432acd0a22a23885edcbea0;p=plomrogue2 diff --git a/plomrogue/game.py b/plomrogue/game.py index c495179..a1c2ee6 100755 --- a/plomrogue/game.py +++ b/plomrogue/game.py @@ -180,7 +180,7 @@ class Game(GameBase): def get_string_options(self, string_option_type): if string_option_type == 'direction': - return self.map_geometry.get_directions() + return self.map_geometry.directions elif string_option_type == 'char': return [c for c in string.digits + string.ascii_letters + string.punctuation + ' ']