From 9b7e3d14b3f35163199ed704ae35544fa658931e Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 26 Sep 2020 14:05:14 +0200 Subject: spawned entities are now saved but not spawned again until removed --- content/encyclopediae/npcs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/encyclopediae/npcs.json') diff --git a/content/encyclopediae/npcs.json b/content/encyclopediae/npcs.json index 02f13ad..592417c 100644 --- a/content/encyclopediae/npcs.json +++ b/content/encyclopediae/npcs.json @@ -68,7 +68,7 @@ ["MonsterAI", { "view_distance": 3, "move_chance": 0.08, - "homesickness": 0.1 + "homesickness": 0.01 }], ["Movable", {"cooldown": 3}], ["Faction", {"faction": "neutral"}] -- cgit