diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-08 11:40:04 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-08 11:40:04 +0000 |
commit | 8b9f51b9a547531a8b045f0b60d9fec9e58da4fd (patch) | |
tree | 909b891e92e37aefd07d0ed5d6c62db44efef547 /rules.js | |
parent | e3d8b1c1639218973805c0fa64e33af8b66b33aa (diff) | |
download | 1989-dawn-of-freedom-8b9f51b9a547531a8b045f0b60d9fec9e58da4fd.tar.gz |
Fix typo in Normalization
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ], |