Skip to content

Commit 095cd53

Browse files
committed
Fixed Chalcedonians changing their rites when gaining titles
Event was used when only theocratic rulers had rites traits and opinion between Latin and Greek rites was set manually, event ID has since been reused to hand out rites traits on_birth
1 parent 50e629e commit 095cd53

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CK2Plus/common/on_actions/000_CK2Plus_schism_on_actions.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on_startup = {
77
# ROOT is the creating character, FROM is the title
88
on_create_title = {
99
events = {
10-
PlusGreatSchism.043 # Check relations between Greek and Latin Chalcedonian realms
1110
# PlusGreatSchism.052 # Update pentarch on title # TODO:Create similar event that doesn't realy on FROMFROM
1211
}
1312
}
@@ -25,7 +24,6 @@ on_new_holder = {
2524
# ROOT is the character, FROM is the title, FROMFROM is the old holder
2625
on_new_holder_inheritance = {
2726
events = {
28-
PlusGreatSchism.043 # Check relations between Greek and Latin Chalcedonian realms
2927
PlusGreatSchism.052 # Update pentarch on title
3028
PlusGreatSchism.058 # Pentarch re-established
3129
PlusGreatSchism.059 # Pentarch disestablished
@@ -36,7 +34,6 @@ on_new_holder_inheritance = {
3634
# ROOT is the character, FROM is the title, FROMFROM is the old holder
3735
on_new_holder_usurpation = {
3836
events = {
39-
PlusGreatSchism.043 # Check relations between Greek and Latin Chalcedonian realms
4037
PlusGreatSchism.052 # Update pentarch on title
4138
PlusGreatSchism.058 # Pentarch re-established
4239
PlusGreatSchism.059 # Pentarch disestablished

0 commit comments

Comments
 (0)