From a09894839ccba98dd8cd2a15cfe09cb75de18125 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 13 Mar 2023 10:30:52 -0700 Subject: Update to 0.G Port patches back to DDA. --- mutations-02_fix-evac3-background-visible.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mutations-02_fix-evac3-background-visible.patch (limited to 'mutations-02_fix-evac3-background-visible.patch') diff --git a/mutations-02_fix-evac3-background-visible.patch b/mutations-02_fix-evac3-background-visible.patch new file mode 100644 index 0000000..b9b332d --- /dev/null +++ b/mutations-02_fix-evac3-background-visible.patch @@ -0,0 +1,10 @@ +--- a/data/json/npcs/BG_traits.json ++++ b/data/json/npcs/BG_traits.json +@@ -157,6 +157,7 @@ + "name": { "str": "Survivor: Evacuee 3" }, + "points": 0, + "description": "This NPC could tell you about how they survived the Cataclysm.", ++ "player_display": false, + "valid": false, + "purifiable": false, + "types": [ "BACKGROUND_SURVIVAL_STORY" ], -- cgit v1.2.1