From f16c709d646b379ca9c4e2efff54203df4d45e0b Mon Sep 17 00:00:00 2001 From: John Bytheway Date: Thu, 3 Oct 2019 20:32:36 -0400 Subject: [PATCH] Remove MISSION_BOOK This mission wasn't connected to anything and served no purpose. --- data/json/npcs/missiondef.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/data/json/npcs/missiondef.json b/data/json/npcs/missiondef.json index 4efefb2936915..39c0ed3febcfa 100644 --- a/data/json/npcs/missiondef.json +++ b/data/json/npcs/missiondef.json @@ -1,25 +1,4 @@ [ - { - "id": "MISSION_BOOK", - "type": "mission_definition", - "name": "Find a Book", - "goal": "MGOAL_FIND_ANY_ITEM", - "difficulty": 2, - "value": 800, - "start": "place_book", - "origins": [ "ORIGIN_NULL" ], - "dialogue": { - "describe": "Wanna help me out?", - "offer": "Get me a book.", - "accepted": "Thanks.", - "rejected": "Well, I'll find someone else to do it for me.", - "advice": "Try a library.", - "inquire": "Got that book for me?", - "success": "Thanks!", - "success_lie": "OK, then hand it over.", - "failure": "Shit happens." - } - }, { "id": "MISSION_EXPLORE_SARCOPHAGUS", "type": "mission_definition",