diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-09 14:49:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-09 14:49:46 +0200 |
commit | 20571e5ef8e091d3a9c756c5581ec20080a9f479 (patch) | |
tree | 774aec57809c160eff108bbe794515a862bdcbc1 | |
parent | c35fade0634a90576e483bbe229dc7f3f9b8b497 (diff) | |
download | time-of-crisis-20571e5ef8e091d3a9c756c5581ec20080a9f479.tar.gz |
Failed with N votes.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2518,7 +2518,7 @@ function roll_to_place_governor(praetorian_guard) { if (have >= need) { goto_place_governor_success() } else { - log("Failed!") + log("Failed with " + have + " votes!") log_br() resume_take_actions() } |