absolute fuckin moon logic code
This commit is contained in:
parent
2af5330b44
commit
09a20252ac
3 changed files with 159 additions and 0 deletions
|
|
@ -738,6 +738,8 @@ peasantrepublic_government = {
|
|||
|
||||
# Use flags instead of has_government for moddability if possible (i.e., wherever not visible to the player).
|
||||
flags = {
|
||||
government_can_raid_rule
|
||||
government_enables_naval_raiding
|
||||
government_is_settled
|
||||
may_elevate_co_monarch
|
||||
government_uses_domain_limit
|
||||
|
|
@ -823,6 +825,8 @@ urbanrepublic_government = {
|
|||
|
||||
# Use flags instead of has_government for moddability if possible (i.e., wherever not visible to the player).
|
||||
flags = {
|
||||
government_can_raid_rule
|
||||
government_enables_naval_raiding
|
||||
government_has_influence
|
||||
government_is_settled
|
||||
government_has_treasury
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue