Code by Giacom. Changes alien neurotoxin spit to dumbfire.

Conflicts:
	code/modules/mob/living/carbon/alien/humanoid/alien_powers.dm
This commit is contained in:
Hornygranny
2014-01-13 04:27:08 -05:00
committed by ZomgPonies
parent acb3f37c1b
commit 6eefff2c68
2 changed files with 24 additions and 37 deletions
@@ -53,12 +53,18 @@
/obj/item/projectile/energy/neurotoxin
name = "neuro"
name = "neurotoxin spit"
icon_state = "neurotoxin"
damage = 5
damage_type = TOX
weaken = 5
/obj/item/projectile/energy/neurotoxin/on_hit(var/atom/target, var/blocked = 0)
if(isalien(target))
return 0
..() // Execute the rest of the code.
/obj/item/projectile/energy/plasma