mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
Adds two new augments to Traitor uplink
This commit is contained in:
committed by
VirgoBot
parent
e700936b20
commit
378ba4f4c0
@@ -86,6 +86,13 @@
|
||||
|
||||
integrated_object_type = /obj/item/weapon/melee/energy/sword
|
||||
|
||||
/obj/item/organ/internal/augment/armmounted/hand/blade
|
||||
name = "handblade implant"
|
||||
desc = "A small implant that fits neatly into the hand. It deploys a small, but dangerous blade."
|
||||
icon_state = "augment_handblade"
|
||||
|
||||
integrated_object_type = /obj/item/weapon/melee/augment/blade
|
||||
|
||||
/*
|
||||
* Shoulder augment.
|
||||
*/
|
||||
@@ -136,6 +143,14 @@
|
||||
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."
|
||||
|
||||
icon_state = "augment_armblade"
|
||||
|
||||
integrated_object_type = /obj/item/weapon/melee/augment/blade/arm
|
||||
|
||||
// The toolkit / multi-tool implant.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user