This commit is contained in:
Aurorablade
2016-02-04 23:57:11 -05:00
parent 0fc841f0f9
commit 12b3ccb2e2
11 changed files with 199 additions and 86 deletions
@@ -317,7 +317,7 @@ datumvars//note i am putting External in robolimbs.
organ_action_name = "Toggle Arm Cannon Taser"
/obj/item/organ/internal/cyberimp/chest/arm_mod/tase/New()//when the implant is created...
holder = new /obj/item/weapon/gun/energy/gun/advtaser/mounted(src)//assign a brand new item to it. (in this case, a gun)
holder = new /obj/item/weapon/gun/energy/advtaser/mounted(src)//assign a brand new item to it. (in this case, a gun)
/obj/item/organ/internal/cyberimp/chest/arm_mod/lase//mounted, self-charging laser!
name = "Arm-cannon laser implant"