Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions CleanSlate/events/mnm_devil_worshipers_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8168,39 +8168,6 @@ character_event = {
border = GFX_event_normal_frame_intrigue
portrait = event_target:satanic_reveler

desc = {
text = EVTDESC_MNM_20021
trigger = {
NOR = {
has_character_flag = nt_rivalry
society_member_of = the_bacchants
}
}
}
desc = {
text = EVTDESC_MNM_20021_RIVALRY
trigger = {
has_character_flag = nt_rivalry
NOT = { society_member_of = the_bacchants }
}
}
desc = {
text = EVTDESC_MNM_20021_B
picture = GFX_evt_magic_ritual
trigger = {
NOT = { has_character_flag = nt_rivalry }
society_member_of = the_bacchants
}
}
desc = {
text = EVTDESC_MNM_20021_RIVALRY_B
picture = GFX_evt_magic_ritual
trigger = {
has_character_flag = nt_rivalry
society_member_of = the_bacchants
}
}

is_triggered_only = yes

immediate = {
Expand Down
Loading