Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thx ankmairdor for fast respond, I tried to change str_mod to str_base in \files\scripts\person\person.gd

if globals.useRalphsTweaks && self == globals.player:

for i in ['str_base','agi_base','maf_base','end_base']:

stats[i] = 0

I hope this right...

As for MC clothes I'll try it, thx for the help.

I would have used:

if globals.useRalphsTweaks && self == globals.player && false:

Your way works, but made the code redundant.