In event CM.15004 in imprisoned_events.txt, death = THIS is used. However, to the best of my understanding, death can only take yes, or a complex statement listing the death_reason and optional killer as a right side.
This is part of the Zunist torture change. I'd recommend replacing it with death = yes, unless Groogy (who wrote this chain, according to the comments) has a death_reason in mind.
Code:
character_event = { # Character dies
id = CM.15004
desc = "EVTDESCCM15004"
picture = GFX_evt_emissary
is_triggered_only = yes
option = {
name = "EVTOPTACM15004"
remove_character_modifier = zun_judgement
clr_character_flag = passing_zen_judgement
death = [COLOR="#FF0000"]THIS[/COLOR]
}
}
Upvote
0