mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
sloog (#18526)
This commit is contained in:
@@ -96,6 +96,8 @@
|
||||
return
|
||||
if(istype(get_turf(src), /turf/simulated/floor/water)) //Important to stop my_slime from filling with null entries in water.
|
||||
return
|
||||
if(locate(/obj/effect/slug_glue) in get_turf(src)) // Don't stack slime forever
|
||||
return
|
||||
var/obj/effect/slug_glue/G = new /obj/effect/slug_glue/(get_turf(src))
|
||||
G.my_slug = src
|
||||
my_slime += G
|
||||
|
||||
Reference in New Issue
Block a user