summaryrefslogtreecommitdiff
path: root/0011-npc-can-use-soporific.patch
blob: ea0f8db3d9fbe1aa3c46d902bc23e8aba14e93ae (plain)
1
2
3
4
5
6
7
8
9
10
--- 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" ]
   }
 ]