mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
Adds two new augments to Traitor uplink (#7642)
* Adds two new antag augments * Adds two new antag augments * Adds two new antag augments * Adds two new antag augments * Adds two new antag augments * Adds two new antag augments * Adds two new antag augments * Adds two new antag augments * Changelog * Adds two new antag augments; Satisfies Travis * Pleases Travis, except competently * Adds two new antag augments; with less incompetence * Adds two new antag augments; with less incompetence
This commit is contained in:
committed by
GitHub
parent
927c41c7a3
commit
3b1fe3fabc
@@ -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