mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
Merge pull request #8010 from VOREStation/upstream-merge-7180
[MIRROR] Fix weeds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user