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