diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-16 09:13:32 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-16 09:13:32 +0000 |
commit | 2ca2cf9124bf734c28f438c84afadfa413f0891e (patch) | |
tree | 36390c893599450d9e2394a3938aa32c9a39736d /rules.js | |
parent | 182b94d33fdf3d1af2e4d61b33f08104cdfe2e02 (diff) | |
download | 1989-dawn-of-freedom-2ca2cf9124bf734c28f438c84afadfa413f0891e.tar.gz |
Improve logging for Chinese Solution
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7343,7 +7343,7 @@ states.vm_the_chinese_solution = { }, pass() { push_undo() - logi(`Chooses not to conduct support checks`) + logi(`Chose not to conduct support checks`) permanently_remove(C_THE_CHINESE_SOLUTION) vm_return() } |