Fix spiderlings.

This commit is contained in:
Rob Nelson
2014-05-21 23:27:41 -07:00
parent a4ad8dde9b
commit b91ff89aee

View File

@@ -104,6 +104,9 @@
pixel_x = rand(6,-6)
pixel_y = rand(6,-6)
processing_objects.Add(src)
//50% chance to grow up
if(prob(50))
amount_grown = 1
/obj/effect/spider/spiderling/Bump(atom/user)
if(istype(user, /obj/structure/table))