﻿### POG: On Child Birth Overrides and Extensions ###
on_birth_child = {
    on_actions = {
        on_child_birth_genetics
        on_child_birth_deity
    }
}
on_child_birth_deity = {
    effect = {
        pog_on_birth_deity_inheritance = { CHILD = scope:child FATHER = scope:real_father MOTHER = scope:mother }
    }
}