From 8b9f51b9a547531a8b045f0b60d9fec9e58da4fd Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 8 Nov 2024 11:40:04 +0000 Subject: Fix typo in Normalization --- events.txt | 2 +- rules.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/events.txt b/events.txt index 52cd269..45c48e2 100644 --- a/events.txt +++ b/events.txt @@ -400,7 +400,7 @@ add_infl_free CARD 52 - Normalisation # Remove all Democratic SPs from the Czechoslovakia Elite and Bureaucrat Spaces. permanently_remove -if !is_auto_resolve(C_NORMALISATION) +if !is_auto_resolve(C_NORMALIZATION) normalisation prompt 'the Czechoslovakia Elite and Bureaucrat Spaces' remove_all_infl 2 diff --git a/rules.js b/rules.js index 94f4c92..1ef5ec8 100644 --- a/rules.js +++ b/rules.js @@ -8304,7 +8304,7 @@ CODE[51] = [ // 40th Anniversary Celebration* CODE[52] = [ // Normalisation [ vm_permanently_remove ], - [ vm_if, ()=>!is_auto_resolve(C_NORMALISATION) ], + [ vm_if, ()=>!is_auto_resolve(C_NORMALIZATION) ], [ vm_normalisation ], [ vm_prompt, 'the Czechoslovakia Elite and Bureaucrat Spaces' ], [ vm_remove_all_infl, 2 ], -- cgit v1.2.3