diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 18:54:55 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 18:54:55 +0000 |
commit | 8a420102f020d35d41b3b40023db9a5641e88ffe (patch) | |
tree | bd7c827e2672746f304bc97d813a3dacdaaf4277 | |
parent | ae59792ee944ed0b55a8c0a5d7f42b387a12babd (diff) | |
download | 1989-dawn-of-freedom-8a420102f020d35d41b3b40023db9a5641e88ffe.tar.gz |
Fix typo
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5431,7 +5431,7 @@ function vm_support_surges() { function vm_support_falters() { game.vm_available_ops = 2 game.return === game.active - log(`C${PC_SUPPORT_FALTERS}:`) + log(`P${PC_SUPPORT_FALTERS}:`) game.state = 'vm_support_falters' } |