Im trying to lock buildings by trade good. Theoretically a function like this should work
but the allow function only seems to read the first trigger and ignores the 2nd, i also cant add IF functions to it to try get around it.
Is this intentional?
Code:
allow = {
or = {
trade_goods = grain
is_importing_trade_good = grain
}
}
Is this intentional?