Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Onithyr

1
Posts
1
Topics
A member registered Nov 21, 2018

Recent community posts

Version: 0.5.21a

OS: any

Bug: error when trying to catch halfkin (every type every time)

Offending code (exploration.gd ln:1002):

if globals.races[person.race].uncivilized == true:

Replacement fix:

if globals.races[person.race.replace('Halfkin','Beastkin')].uncivilized == true: