fix
This commit is contained in:
parent
1172118323
commit
8c45f13cf8
14 changed files with 130 additions and 131 deletions
|
|
@ -1238,20 +1238,20 @@ loot = {
|
|||
|
||||
barter = {
|
||||
texture = "gfx/interface/icons/icon_barter.dds"
|
||||
alias = { bartering bartered barter_i barters }
|
||||
alias = { bartering bartered barter_i barters trading traded trades trade }
|
||||
requires_dlc_flag = all_under_heaven
|
||||
}
|
||||
|
||||
barterer = {
|
||||
texture = "gfx/interface/icons/icon_barter.dds"
|
||||
parent = barter
|
||||
alias = { barterers }
|
||||
alias = { barterers traders trader }
|
||||
}
|
||||
|
||||
barter_goods = {
|
||||
texture = "gfx/interface/icons/icon_barter.dds"
|
||||
parent = barter
|
||||
alias = { barter_goods_i }
|
||||
alias = { barter_goods_i trade_goods }
|
||||
}
|
||||
|
||||
army_commander = {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,6 @@ portrait_wear_armor_trigger = {
|
|||
OR = {
|
||||
is_at_war = yes
|
||||
involved_activity = { has_activity_type = activity_tournament }
|
||||
has_character_flag = wear_armor
|
||||
# Serving Varangian
|
||||
has_character_flag = is_currently_varangian
|
||||
# In a Duel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue