X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/move_up?a=blobdiff_plain;f=plomrogue-server.py;h=73d7c232febc3edf7776b899b5e7a74c8cb72d32;hb=87e07e4f2e412215019c2526430d47b26e1aafa2;hp=1fec5d5b5b5467328ca41afcca8f1d559800015f;hpb=96cdebb17848901906799677f45c67263f759f6a;p=plomrogue diff --git a/plomrogue-server.py b/plomrogue-server.py index 1fec5d5..73d7c23 100755 --- a/plomrogue-server.py +++ b/plomrogue-server.py @@ -387,14 +387,14 @@ def command_taname(name): wait_defined = False for id in world_db["ThingActions"]: if "wait" == world_db["ThingActions"][id]["TA_NAME"]: - wait_defined = True + wait_defined = True break if not wait_defined: set_world_inactive() else: print("Ignoring: Invalid action name.") else: - print("No thing action defined to manipulate yet.") + print("Ignoring: No thing action defined to manipulate yet.") # In contrast to the original,naming won't map a function to a ThingAction.