diff --git a/light/graph/elements/graph_nodes.py b/light/graph/elements/graph_nodes.py index 5795c3d31..456bac35c 100644 --- a/light/graph/elements/graph_nodes.py +++ b/light/graph/elements/graph_nodes.py @@ -537,7 +537,7 @@ def __init__(self, node_id, name, props=None, db_id=None): self.dead = self._props.get("dead") self.is_player = self._props.get("is_player", False) self.usually_npc = self._props.get("usually_npc", False) - self.pacifist = self._props.get("pacificist", False) + self.pacifist = self._props.get("pacifist", False) self.following = None self.followed_by = {} diff --git a/scripts/examples/simple_world.json b/scripts/examples/simple_world.json index cd8cffb2e..b08567e90 100644 --- a/scripts/examples/simple_world.json +++ b/scripts/examples/simple_world.json @@ -52,7 +52,7 @@ "kitty_3_5": { "agent": true, "aggression": 0, - "pacificist": true, + "pacifist": true, "char_type": "creature", "classes": [ "agent"