summaryrefslogtreecommitdiff
path: root/0008-npc-can-use-soporific.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-25 13:31:31 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-25 13:31:31 -0800
commitc91c5214972007062998c341c0e5b226eed9267b (patch)
treef9408f0ec6a6aa7d39b8d969193b209e35ac3e66 /0008-npc-can-use-soporific.patch
parentAdd revised stop sleeping on tables patch (diff)
downloadcataclysm-bn-c91c5214972007062998c341c0e5b226eed9267b.tar.xz
Merge CBM fixes into one patch
Expand CBM fixes to scalpels and hearing
Diffstat (limited to '0008-npc-can-use-soporific.patch')
-rw-r--r--0008-npc-can-use-soporific.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/0008-npc-can-use-soporific.patch b/0008-npc-can-use-soporific.patch
deleted file mode 100644
index ea0f8db..0000000
--- a/0008-npc-can-use-soporific.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/data/json/bionics.json
-+++ b/data/json/bionics.json
-@@ -1196,6 +1196,6 @@
- "name": { "str": "Soporific Induction" },
- "description": "An electrode has been implanted into your brain's ventrolateral preoptic nucleus. It turns on whenever you're trying to fall asleep, creating an artificial but effective sensation of fatigue.",
- "occupied_bodyparts": [ [ "HEAD", 1 ] ],
-- "flags": [ "BIONIC_TOGGLED" ]
-+ "flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ]
- }
- ]