Adds the Restraining Bolt. (#7820)

* Adds the Restraining Bolt.

* Malfunction.
This commit is contained in:
Mechoid
2021-02-28 14:02:12 -09:00
committed by GitHub
parent 74658734a8
commit 8dc04048ed
13 changed files with 162 additions and 11 deletions
+4
View File
@@ -64,6 +64,10 @@
else
return
if(robotic && owner.get_restraining_bolt())
to_chat(owner, "<span class='warning'>\The [src] doesn't respond.</span>")
return
var/item_to_equip = integrated_object
if(!item_to_equip && integrated_object_type)
item_to_equip = integrated_object_type
@@ -143,7 +143,7 @@
if(istype(owner, /mob/living/carbon/human))
var/mob/living/carbon/human/H = owner
H.add_modifier(/datum/modifier/melee_surge, 0.75 MINUTES)
/obj/item/organ/internal/augment/armmounted/shoulder/blade
name = "armblade implant"
desc = "A large implant that fits into a subject's arm. It deploys a large metal blade by some painful means."