Skip to content

Commit de82384

Browse files
author
Anton Burmistrov
authored
Repair Nanobots are now sleep friendly (#55052)
* Repair Nanobots are now sleep friendly * Update bionics.json
1 parent cc471d1 commit de82384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/bionics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@
11611161
"name": { "str": "Repair Nanobots" },
11621162
"description": "Inside your body is a fleet of tiny dormant robots. While activated they will flit about your body, repairing damage at 1 HP per minute and stopping bleeding at the cost of extra power and stored calories. No power is consumed if there is nothing to heal.",
11631163
"occupied_bodyparts": [ [ "torso", 12 ] ],
1164-
"flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ],
1164+
"flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE", "BIONIC_SLEEP_FRIENDLY" ],
11651165
"act_cost": "80 J",
11661166
"react_cost": "40 J",
11671167
"time": 1

0 commit comments

Comments
 (0)