home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77d7b6
)
Nother fix.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Nov 2020 10:51:21 +0000
(11:51 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 10 Nov 2020 10:51:21 +0000
(11:51 +0100)
plomrogue/commands.py
patch
|
blob
|
history
diff --git
a/plomrogue/commands.py
b/plomrogue/commands.py
index c51dcc9051d9d905f93a256f2dcd3db66cd3aff0..12389c653d9584da3f4260bf4f59dbb92ed19f85 100644
(file)
--- 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)';