Sprites & fixes

This commit is contained in:
TheDZD
2016-05-31 22:50:57 -04:00
parent a4e950d21a
commit 8dcf46bf91
51 changed files with 111 additions and 100 deletions
@@ -315,7 +315,7 @@
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/advtaser/mounted(src)//assign a brand new item to it. (in this case, a gun)
holder = new /obj/item/weapon/gun/energy/gun/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"
@@ -351,4 +351,4 @@
var/implant
while(contents.len <= amount + 1) // +1 for the autoimplanter.
implant = pick(boxed)
new implant(src)
new implant(src)