Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Hello, i m trying to look at the issue you might have

1st i need to ask which version you downloaded and instaled inside your mod folder

1.1?

2.1 for vanilla game

2,1 for Redle organizer?


inside my file

if person.traits.has("Authority") && person.obed >= 95:
for i in globals.slaves:
if i.away.duration == 0 && i != person:  <- this is line 909 and whole this segment is not a thing i m modifying 
i.obed += 5
if person.traits.has("Mentor"):
for i in globals.slaves:
if i.away.duration == 0 && i != person && i.level < 3:
i.xp += 5

Do you have any other big mod active that might change mansion.gd?

my mod in version 2.1 for vanilla starts magic from something around 925

for Redle mansion organizer 944