Merge pull request #12652 from silicons/cool

cybernetic implant shields will now automatically extend and be used to block if the user has no item to block with
This commit is contained in:
Lin
2020-07-04 14:12:43 -05:00
committed by GitHub
5 changed files with 58 additions and 14 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ obj/item/shield/riot/bullet_proof
max_integrity = 100
obj_integrity = 100
can_shatter = FALSE
item_flags = SLOWS_WHILE_IN_HAND
item_flags = SLOWS_WHILE_IN_HAND | ITEM_CAN_BLOCK
var/recharge_timerid
var/recharge_delay = 15 SECONDS