Fixes a flowering kudzu runtime (#22082)

* Wooooo

* Lewc review

* Tiny
This commit is contained in:
DGamerL
2023-08-25 17:15:29 +02:00
committed by GitHub
parent b35c72f2bf
commit 85b670b599
2 changed files with 16 additions and 13 deletions
+3
View File
@@ -52,9 +52,12 @@
canSmoothWith = list(SMOOTH_GROUP_ALIEN_RESIN)
max_integrity = 200
var/resintype = null
var/is_alien = TRUE
/obj/structure/alien/resin/Initialize(mapload)
air_update_turf(1)
if(!is_alien)
return ..()
for(var/obj/structure/alien/weeds/node/W in get_turf(src))
qdel(W)
if(locate(/obj/structure/alien/weeds) in get_turf(src))