diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 19:38:05 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 19:38:05 +0100 |
commit | 2651283eb9a8963000ad4a6b83fb1f21c5d3ea88 (patch) | |
tree | b175a78e43fb6cd3792d2825460c2bdca447d51c /rules.js | |
parent | e3ce976f8e00304889ce5b31ae10c2ce8df05c5e (diff) | |
download | 1989-dawn-of-freedom-2651283eb9a8963000ad4a6b83fb1f21c5d3ea88.tar.gz |
Remove debug fixes
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) {
|