Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Pixelboy_1805
stonehearth.population:get_population(self._sv.player_id)
local citizen = pop:create_new_citizen()
radiant.entities.set_attribute(citizen, "mind", 1)
radiant.entities.set_attribute(citizen, "body", 1)
radiant.entities.set_attribute(citizen, "spirit", 1)
to this line
stonehearth.population:get_population(self._sv.player_id)
local citizen = pop:create_new_citizen()
now maybe you accidentally forgot to add those set attribute commands in the source mod file, and that would explain why it doesn't want to use a number smaller than 1 when spawning, but if something is overriding this file, then that's a problem if you want to fix it.
and I like how you can make a hearthling be anything you want
im going to fix it when i find out how