Stavropul start
This commit is contained in:
parent
50e221bcef
commit
4c1f524d62
158 changed files with 10079 additions and 10160 deletions
|
|
@ -907,6 +907,12 @@ fp1_other_decisions.0003 = {
|
|||
faith = { save_scope_as = old_faith }
|
||||
# Next, we convert your faith.
|
||||
set_character_faith_with_conversion = scope:gf_faith
|
||||
if = {
|
||||
limit = {
|
||||
scope:gf_faith = { has_doctrine = doctrine_monotheist }
|
||||
}
|
||||
custom_description_no_bullet = { text = mandala_monotheist_warning_tt }
|
||||
}
|
||||
|
||||
scope:activity = {
|
||||
add_activity_log_entry = {
|
||||
|
|
@ -2230,7 +2236,15 @@ fp1_other_decisions.0101 = {
|
|||
name = fp1_other_decisions.0101.d
|
||||
|
||||
# Give 'em their deposit back.
|
||||
add_gold = var:raise_stele_refund
|
||||
if = {
|
||||
limit = {
|
||||
has_treasury = yes
|
||||
}
|
||||
add_treasury = var:raise_stele_refund
|
||||
}
|
||||
else = {
|
||||
add_gold = var:raise_stele_refund
|
||||
}
|
||||
# Clear the cooldown.
|
||||
remove_decision_cooldown = raise_stele_decision
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue