From 331da9c0b76ac1bcd3386f4c8393e5472040a8b9 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sun, 25 Mar 2012 14:45:18 -0400 Subject: [PATCH] battleman.py: Updated help function to reflect future features --- battleman.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/battleman.py b/battleman.py index 935e28c..c980a80 100755 --- a/battleman.py +++ b/battleman.py @@ -603,6 +603,8 @@ def do_prompt(): do_wait(data) elif comm == 'W': do_unwait(data) + elif comm == 'x': + do_stub() elif comm == 'q': sys.exit(0) @@ -625,6 +627,7 @@ c/C - apply / remove a condition r - use a rechargable power n - next (end the current combat group's turn) w/W - wait / unwait (remove a combatant from the initiative order and into a separate pool, then put them back) [stub] +x - force save the progress to the current battle cache (for use with --resume) [stub] q - quit""")