summaryrefslogtreecommitdiff
path: root/bionics-02_npc-can-use-more-bionics.patch
blob: ddeac6a95f5c329dcaa501a59b04e6086e846a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
--- a/data/json/bionics.json
+++ b/data/json/bionics.json
@@ -188,7 +188,7 @@
     "occupied_bodyparts": [ [ "torso", 16 ], [ "arm_l", 4 ], [ "arm_r", 4 ] ],
     "act_cost": "100 kJ",
     "fake_item": "bio_lightning",
-    "flags": [ "BIONIC_GUN" ]
+    "flags": [ "BIONIC_GUN", "BIONIC_NPC_USABLE" ]
   },
   {
     "id": "bio_claws",
@@ -321,7 +321,7 @@
     "description": "When this bionic is active, your hearing will be drastically improved, allowing you to hear ten times better than the average person.  Additionally, high-intensity sounds will be automatically dampened before they can damage your hearing.",
     "occupied_bodyparts": [ [ "head", 3 ] ],
-    "flags": [ "BIONIC_TOGGLED" ],
+    "flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ],
     "included_bionics": [ "bio_earplugs" ]
   },
   {
     "type": "bionic",
@@ -393,7 +393,8 @@
       "LIZ_EYE",
       "EYEBULGE",
       "SEESLEEP"
-    ]
+    ],
+    "flags": [ "BIONIC_NPC_USABLE" ]
   },
   {
     "id": "bio_face_mask",
@@ -483,7 +484,7 @@
     "name": { "str": "Respirator" },
     "description": "A complex respiration augmentation system.  Improves respiration ability in air and allows breathing water.  Will automatically turn on when drowning.  Turn on to recharge stamina faster, at moderate power cost.  Asthmatics may also use it to stop asthma attacks.",
     "occupied_bodyparts": [ [ "torso", 8 ], [ "head", 2 ], [ "mouth", 2 ] ],
-    "flags": [ "BIONIC_TOGGLED" ],
+    "flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ],
     "trigger_cost": "25 kJ"
   },
   {
@@ -634,7 +657,7 @@
     "name": { "str": "Enhanced Memory Banks" },
     "description": "Your memory has been enhanced with small quantum storage drives.  While active, you learn - both through reading and practice - more quickly.  Additionally, you can't forget skills you've already learned.",
     "occupied_bodyparts": [ [ "head", 3 ] ],
-    "flags": [ "BIONIC_TOGGLED", "BIONIC_SLEEP_FRIENDLY" ],
+    "flags": [ "BIONIC_TOGGLED", "BIONIC_SLEEP_FRIENDLY", "BIONIC_NPC_USABLE" ],
     "act_cost": "2 J",
     "react_cost": "2 J",
     "trigger_cost": "25 J",
@@ -1228,7 +1230,7 @@
     "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" ]
   },
   {
     "id": "bn_bio_solar",
@@ -1257,7 +1259,8 @@
     "type": "bionic",
     "name": { "str": "Linguistic Coprocessor" },
     "description": "The left hemisphere of your brain has been augmented with a microcomputer that moderately increases the speed that language and written words are processed, granting a 25% increase to reading speed.",
-    "occupied_bodyparts": [ [ "head", 2 ] ]
+    "occupied_bodyparts": [ [ "head", 2 ] ],
+    "flags": [ "BIONIC_NPC_USABLE" ]
   },
   {
     "id": "afs_bio_dopamine_stimulators",
--- a/data/json/items/bionics.json
+++ b/data/json/items/bionics.json
@@ -277,7 +277,7 @@
   },
   {
     "id": "bio_ears",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Enhanced Hearing CBM" },
     "looks_like": "bio_int_enhancer",
@@ -329,7 +329,7 @@
   },
   {
     "id": "bio_eye_optic",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Telescopic Eyes CBM" },
     "looks_like": "bio_int_enhancer",
@@ -420,7 +420,7 @@
   },
   {
     "id": "bio_gills",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Respirator CBM" },
     "looks_like": "bio_int_enhancer",
@@ -574,7 +574,7 @@
   },
   {
     "id": "bio_memory",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Enhanced Memory Banks CBM" },
     "looks_like": "bio_int_enhancer",
@@ -752,7 +752,7 @@
   },
   {
     "id": "bio_fuel_cell_gasoline",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Gasoline Fuel Cell CBM" },
     "looks_like": "bio_int_enhancer",
@@ -889,7 +889,7 @@
   },
   {
     "id": "bio_surgical_razor",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Autonomous Surgical Scalpels CBM" },
     "looks_like": "bio_int_enhancer",
@@ -1259,7 +1259,7 @@
   },
   {
     "id": "afs_bio_linguistic_coprocessor",
-    "copy-from": "bionic_general",
+    "copy-from": "bionic_general_npc_usable",
     "type": "BIONIC_ITEM",
     "name": { "str": "Linguistic Coprocessor CBM" },
     "description": "A microcomputer installed into the left hemisphere of your brain to increase the speed that it processes language.  When installed, it provides a passive boost to reading speed.",