diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-08-29 15:51:04 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:46:21 +0100 |
commit | 16eec02f7ba5e1e8822af4804ab192e4c3eb5927 (patch) | |
tree | 5d025e2bf4052d5ff1be0cb10e63923b8536c56c | |
parent | 21110b62b9c262dd819de22f242172f6cd7c6951 (diff) | |
download | 1989-dawn-of-freedom-16eec02f7ba5e1e8822af4804ab192e4c3eb5927.tar.gz |
fixed Sinatra Doctrine typo
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4556,7 +4556,7 @@ function vm_the_monday_demonstrations() { vm_next()
}
-function vm_the_sintra_doctrine() {
+function vm_the_sinatra_doctrine() {
game.persistent_events['sinatra_doctrine'] = true
log_msg_gap('C50 in effect')
vm_next()
|