summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--events.txt4
-rw-r--r--rules.js6
2 files changed, 5 insertions, 5 deletions
diff --git a/events.txt b/events.txt
index 45c48e2..88cd639 100644
--- a/events.txt
+++ b/events.txt
@@ -397,11 +397,11 @@ add_infl_free
40th_anniversary_celebration_vp
-CARD 52 - Normalisation
+CARD 52 - Normalization
# Remove all Democratic SPs from the Czechoslovakia Elite and Bureaucrat Spaces.
permanently_remove
if !is_auto_resolve(C_NORMALIZATION)
-normalisation
+normalization
prompt 'the Czechoslovakia Elite and Bureaucrat Spaces'
remove_all_infl 2
endif
diff --git a/rules.js b/rules.js
index ce6d596..4f03953 100644
--- a/rules.js
+++ b/rules.js
@@ -5031,7 +5031,7 @@ function vm_nomenklatura() {
game.state = 'vm_nomenklatura'
}
-function vm_normalisation() {
+function vm_normalization() {
if (game.demInfl[S_PLZEN] >0) {game.valid_spaces.push(S_PLZEN)}
if (game.demInfl[S_PRAHA] > 0) {game.valid_spaces.push(S_PRAHA)}
game.remove_opponent_infl = true
@@ -8306,10 +8306,10 @@ CODE[51] = [ // 40th Anniversary Celebration*
[ vm_return ],
]
-CODE[52] = [ // Normalisation
+CODE[52] = [ // Normalization
[ vm_permanently_remove ],
[ vm_if, ()=>!is_auto_resolve(C_NORMALIZATION) ],
- [ vm_normalisation ],
+ [ vm_normalization ],
[ vm_prompt, 'the Czechoslovakia Elite and Bureaucrat Spaces' ],
[ vm_remove_all_infl, 2 ],
[ vm_endif ],