summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-20 17:32:35 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-20 17:32:35 +0100
commit7c22b73d9cf96e97af76cae5e0fbf144cdf138c2 (patch)
tree0de851185cf568f084727f06bbe29a190f77bb0e /rules.js
parent67d6b04fb8d8a9de569e17a6cc4f08dcb637205c (diff)
download1989-dawn-of-freedom-7c22b73d9cf96e97af76cae5e0fbf144cdf138c2.tar.gz
New Years Eve Party Log updates
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index a5f2180..e4db39c 100644
--- a/rules.js
+++ b/rules.js
@@ -1811,31 +1811,37 @@ states.new_years_eve_party = {
},
east_germany() {
push_undo()
+ log('Chose to score East Germany')
game.vm_event = 42
goto_vm(42)
},
poland() {
push_undo()
+ log('Chose to score Poland')
game.vm_event = 22
goto_vm(22)
},
czechoslovakia() {
push_undo()
+ log('Chose to score Czechoslovakia')
game.vm_event = 55
goto_vm(55)
},
hungary() {
push_undo()
+ log('Chose to score Hungary')
game.vm_event = 23
goto_vm(23)
},
romania() {
push_undo()
+ log('Chose to score Romania')
game.vm_event = 95
goto_vm(95)
},
bulgaria () {
push_undo()
+ log('Chose to score Bulgaria')
game.vm_event = 43
goto_vm(43)
},