summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index db155d1..538d12c 100644
--- a/rules.ts
+++ b/rules.ts
@@ -1,5 +1,7 @@
"use strict"
+// TODO: manually trigger percy's power (make it optional)
+
// === TYPES ===
declare function require(name: string): any
@@ -3328,6 +3330,7 @@ states.muster_lord = {
},
done() {
+ push_undo()
set_lord_moved(game.command, 1)
game.command = NOBODY
game.state = "muster"