From bc7289877dab24750a31804c902c9cbe84a77e2b Mon Sep 17 00:00:00 2001 From: Jason Weston Date: Thu, 29 Apr 2021 18:23:01 -0400 Subject: [PATCH] add missing missions --- scripts/examples/complex_world.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/examples/complex_world.json b/scripts/examples/complex_world.json index e32cde94a..d19f30adc 100644 --- a/scripts/examples/complex_world.json +++ b/scripts/examples/complex_world.json @@ -2493,7 +2493,7 @@ "max_distance_from_start_location": 1000000, "max_wearable_items": 3, "max_wieldable_items": 1, - "mission": "", + "mission": "Make the best soup possible.", "movement_energy_cost": 0.0, "name": "goblin", "name_prefix": "a", @@ -5614,7 +5614,7 @@ "max_distance_from_start_location": 1000000, "max_wearable_items": 3, "max_wieldable_items": 1, - "mission": "", + "mission": "Find the tastiest things, and the comfiest places to rest.", "movement_energy_cost": 0.0, "name": "rat", "name_prefix": "a", @@ -6339,7 +6339,7 @@ "max_distance_from_start_location": 1000000, "max_wearable_items": 3, "max_wieldable_items": 1, - "mission": "", + "mission": "Aid my Wizard master in their goals.", "movement_energy_cost": 0.0, "name": "skeleton assistant", "name_prefix": "a",