So I already had a topic with this problem but now with Ank's Bug Fix I don't actually know how to fix that it doesnt give me the +15 for the cities.
Here is the part of the mainmenu.gd that contains the code for that:
###---Added by Expansion---### Ank BugFix v4
elif player.race.find("Halfkin"):
for i in globals.state.reputation:
globals.state.reputation[i] += 15
###---End Expansion---###
else:
globals.state.reputation.wimborn += 30
So I don't know if the 'else' part is for there for a reason or just accidentally left it there although even if I remove it just doesn't give me the +30 for Wimborn anymore so how to fix this to give me the +15?