Skip to content

Commit

Permalink
fixed undead children
Browse files Browse the repository at this point in the history
  • Loading branch information
sumankun committed Dec 23, 2023
1 parent 823b74f commit 7f4b1d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/scripted_effects/wc_race_effects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,10 @@ set_race_effect = {
OR = {
is_being_gene_trigger = { BEING = being_undead }
has_trait_with_flag = undead_class
culture = { has_cultural_pillar = heritage_undead }
AND = {
culture = { has_cultural_pillar = heritage_undead }
age >= 16
}
}
}
become_undead_no_notification_event_effect = yes
Expand Down

0 comments on commit 7f4b1d5

Please sign in to comment.