Closed wtrmute closed 2 years ago
You're correct in your analysis every step of the way. Fortunately Society.GrandMaster
isn't found anywhere else. Another fix would have been Root.Society.GrandMaster
, but using the provided event target is preferred, and more consistent, as you already found out.
Thanks for bringing this to our attention!
Hello,
I am playing with 1.0Beta4 and have noticed that the localisation button for event
MnM.4428
does not write out the title for the society leader. Looking up the event by enablingcharinfo
and Ctrl-right-clicking on the button, I can see that the relevant key isEVTOPTA_MNM_4428
, which happens to be located in/CleanSlate/localisation/13_mnm_monastic_orders_events.csv
and has the following English form:Note that the event immediately below it, which is the failure event for the same decision, has a different way of picking the leader's title:
I am not sure whether it would work to simply replace
Society.GrandMaster
withmonastic_leader
, but it would seem to work at least in this case, as the event mentionsevent_target:monastic_leader
. In any case, I thinkSociety.GrandMaster
would probably need to be replaced everywhere?Thanks for the attention.