Taser fix v.3.2

Now accounts for multiple layers of armor.

I've also commented out Vox stuff, while Zuhayr fixes it. Because, no compile.

I also fixed whistle.dm
This commit is contained in:
MisterBook
2013-06-05 19:37:29 -05:00
parent a34174e124
commit eab6f4fc44
7 changed files with 12 additions and 3 deletions
+2
View File
@@ -740,8 +740,10 @@ obj/item/weapon/organ/New(loc, mob/living/carbon/human/H)
base = new('icons/mob/human_races/r_lizard.dmi')
if("skrell")
base = new('icons/mob/human_races/r_skrell.dmi')
/*
if("vox")
base = new('icons/mob/human_races/r_vox.dmi')
*/
else
base = new('icons/mob/human_races/r_human.dmi')
if(base)