ThePinkPanzer / The-New-Order-Old-World-Blues

Repository for bug tracking for the New Order demo
0 stars 0 forks source link

BAS_NKVD_are_we_the_baddies fires wrong event. #14

Open Crazedseal opened 5 years ago

Crazedseal commented 5 years ago

        log = "[GetDateText]: [Root.GetName]: Focus_BAS_NKVD_are_we_the_baddies"
        add_political_power = 200
        hidden_effect = {
            country_event = { id = BAS_NKVD.1007 days = 14 }
        if = {
            limit = { check_variable = { global.NKVD_badboy > 5 } }
            country_event = { id = BAS_NKVD.1001 days = 2 }
        }
        if = {
            limit = { check_variable = { global.NKVD_badboy < 6 } }
            country_event = { id = BAS_NKVD.1002 days = 2 }
        } 
        }
    }```
Does not give you the evil path as it fires the initial push back tree.
country_event = { id = BAS_NKVD.1001 days = 2 }
should probably be id = BAS_NKVD.1003