Merge pull request #7180 from Mechoid/FixWeeds

Fix weeds
This commit is contained in:
Atermonera
2020-05-21 14:37:34 -04:00
committed by VirgoBot
parent 3237ae96d7
commit 69fc5d6a3b
2 changed files with 7 additions and 5 deletions
@@ -121,7 +121,7 @@
if(check_alien_ability(50,1,O_RESIN))
visible_message("<span class='alium'><B>[src] has planted some alien weeds!</B></span>")
new /obj/effect/alien/weeds/node(get_turf(src), "#321D37")
new /obj/effect/alien/weeds/node(get_turf(src), null, "#321D37")
return
/mob/living/carbon/human/proc/Spit(var/atom/A)