effect/spacevine to structure/spacevine

This commit is contained in:
davipatury
2017-03-27 18:51:08 -03:00
parent ad55f42695
commit 82bfd6e4b3
4 changed files with 87 additions and 87 deletions
@@ -926,8 +926,8 @@
alien_weeds.healthcheck()
else if(istype(O, /obj/effect/glowshroom)) //even a small amount is enough to kill it
qdel(O)
else if(istype(O,/obj/effect/spacevine))
var/obj/effect/spacevine/SV = O
else if(istype(O,/obj/structure/spacevine))
var/obj/structure/spacevine/SV = O
SV.on_chem_effect(src)
/datum/reagent/glyphosate/reaction_mob(mob/living/M, method=TOUCH, volume)