summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-21 19:38:05 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-21 19:38:05 +0100
commit2651283eb9a8963000ad4a6b83fb1f21c5d3ea88 (patch)
treeb175a78e43fb6cd3792d2825460c2bdca447d51c /rules.js
parente3ce976f8e00304889ce5b31ae10c2ce8df05c5e (diff)
download1989-dawn-of-freedom-2651283eb9a8963000ad4a6b83fb1f21c5d3ea88.tar.gz
Remove debug fixes
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 9240569..808139a 100644
--- a/rules.js
+++ b/rules.js
@@ -6417,8 +6417,7 @@ states.vm_malta_summit = {
}*/
},
roll() {
- //clear_undo()
- push_undo()
+ clear_undo()
let roll = Math.floor(Math.random() * 6) + 1
log(`Rolled a ${roll}`)
if (game.stability > 0) {