Merge pull request #9814 from VOREStation/upstream-merge-7820

[MIRROR] Adds the Restraining Bolt.
This commit is contained in:
Novacat
2021-02-28 18:16:22 -05:00
committed by Chompstation Bot
parent 553c26bde2
commit 7f7c5873d6
13 changed files with 161 additions and 10 deletions

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

View File

@@ -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."