Skip to content

Commit

Permalink
Remove MISSION_BOOK
Browse files Browse the repository at this point in the history
This mission wasn't connected to anything and served no purpose.
  • Loading branch information
jbytheway committed Oct 4, 2019
1 parent f3ed067 commit 37b65b3
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions data/json/npcs/missiondef.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 37b65b3

Please sign in to comment.