diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-06-09 22:35:45 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | ae30c6d49a52db6b8731fd1dee03e8e13821b49c (patch) | |
tree | d37fb4b881311b75c4e97ffefcfa6c248bf7df6b | |
parent | f09fbaaef1eedebd1389637ba9354a33e10b126a (diff) | |
download | plantagenet-ae30c6d49a52db6b8731fd1dee03e8e13821b49c.tar.gz |
Arts of war nevsky event removal
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1565,7 +1565,7 @@ function is_hill_in_play() { function goto_immediate_event(c) { switch (c) { // This Levy / Campaign - case EVENT_TEUTONIC_FAMINE: + /* case EVENT_TEUTONIC_FAMINE: case EVENT_RUSSIAN_FAMINE: set_add(game.events, c) // No immediate effects @@ -1609,7 +1609,7 @@ function goto_immediate_event(c) { case EVENT_TEUTONIC_TORZHOK: return goto_teutonic_event_torzhok() case EVENT_RUSSIAN_TEMPEST: - return goto_russian_event_tempest() + return goto_russian_event_tempest()*/ default: log("NOT IMPLEMENTED") |