• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Planned Feature Officer Loyalty

@Levis: Looks like I accidentally ran into a typo in Levelling.c:
Code:
    else
     {
       chref.homelocation = chref.location; // PB: was alignment???
       chref.homelocation.group = chref.location.group;
       chref.homelocation.locator = chref.location.locator;
       if(CheckAttribute(chref,"chr_ai.type")) chref.homestate = chref.chr_ai.type;
       else chref.homestate = "citizen";
     }
 
What if we add a bad reaction if an officer in your party dies.
 
What if we add a bad reaction if an officer in your party dies.
You mean to make it bad for ALL officers? Because right now "bad" means evil officers like it and good ones don't.

We can experiment with that once that Reputation system update that I've got in mind has been done, I imagine....
 
Back
Top