Skip to main content

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

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

Bug+fix for catching halfkin

A topic by Onithyr created Nov 21, 2018 Views: 423 Replies: 1
Viewing posts 1 to 2

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:

Latest version is 21b.