X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=plomrogue%2Fcommands.py;h=c51dcc9051d9d905f93a256f2dcd3db66cd3aff0;hb=b77d7b68103aa6c0d5787c4cb1d1d7b1874d9000;hp=fd0863284f04c550fb623dd936070bc65f63ba79;hpb=be6b49b5f152b31230dd222c8306ee0d773e707e;p=plomrogue2 diff --git a/plomrogue/commands.py b/plomrogue/commands.py index fd08632..c51dcc9 100644 --- a/plomrogue/commands.py +++ b/plomrogue/commands.py @@ -92,12 +92,12 @@ def cmd_PORTAL(game, yx, msg, pw, connection_id): else: game.portals[yx] = msg game.changed = True -cmd_PORTAL.argtypes = 'yx_tuple:nonneg string string' +cmd_GOD_PORTAL.argtypes = 'yx_tuple:nonneg string string' def cmd_GOD_ANNOTATE(game, yx, msg): game.annotations[yx] = msg game.changed = True -cmd_ANNOTATE.argtypes = 'yx_tuple:nonneg string' +cmd_GOD_ANNOTATE.argtypes = 'yx_tuple:nonneg string' def cmd_GOD_PORTAL(game, yx, msg): game.portals[yx] = msg