Revert "Adds snake people (#2029)" (#2031)

This reverts commit 0167ad4e80.
This commit is contained in:
skull132
2017-04-01 23:39:12 +03:00
committed by GitHub
parent 0167ad4e80
commit a07a459f9e
16 changed files with 26 additions and 543 deletions
@@ -232,15 +232,3 @@
kill_count = 75
embed = 0
incinerate = 10*/
/obj/item/projectile/energy/venom
name = "venom spit"
icon_state = "neurotoxin"
damage = 10
damage_type = TOX
/obj/item/projectile/energy/venom/on_hit(var/atom/target, var/blocked = 0)
if(ishuman(target))
var/mob/living/carbon/human/M = target
if(M.reagents) M.reagents.add_reagent("toxin", 5)
..()