Morph Gore (#10186)

This commit is contained in:
Geeves
2020-10-12 19:26:38 +02:00
committed by GitHub
parent d8f9f8ad53
commit 4aa4f9a60a
29 changed files with 486 additions and 280 deletions
@@ -373,11 +373,7 @@
playsound(F, 'sound/species/diona/gestalt_grow.ogg', 30, TRUE)
/datum/reagent/toxin/plantbgone/touch_obj(var/obj/O, var/volume)
if(istype(O, /obj/structure/alien/weeds))
var/obj/structure/alien/weeds/alien_weeds = O
alien_weeds.health -= rand(15, 35)
alien_weeds.healthcheck()
else if(istype(O, /obj/effect/plant))
if(istype(O, /obj/effect/plant))
qdel(O)
/datum/reagent/toxin/plantbgone/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)