diff options
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) {
|