X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=plomrogue%2Fcommands.py;h=12389c653d9584da3f4260bf4f59dbb92ed19f85;hb=d5f31d8172456933650aee47f8fe730d98839181;hp=c51dcc9051d9d905f93a256f2dcd3db66cd3aff0;hpb=b77d7b68103aa6c0d5787c4cb1d1d7b1874d9000;p=plomrogue2 diff --git a/plomrogue/commands.py b/plomrogue/commands.py index c51dcc9..12389c6 100644 --- a/plomrogue/commands.py +++ b/plomrogue/commands.py @@ -102,7 +102,7 @@ cmd_GOD_ANNOTATE.argtypes = 'yx_tuple:nonneg string' def cmd_GOD_PORTAL(game, yx, msg): game.portals[yx] = msg game.changed = True -cmd_PORTAL.argtypes = 'yx_tuple:nonneg string' +cmd_GOD_PORTAL.argtypes = 'yx_tuple:nonneg string' def cmd_GET_ANNOTATION(game, yx, connection_id): annotation = '(none)';