Makes spiderlings not vencrawl when they're more than 75% grown

This commit is contained in:
Heroman
2022-07-01 15:18:50 +10:00
parent 2b8f3f5655
commit 82a8fee1c5
+1 -1
View File
@@ -269,7 +269,7 @@
walk_to(src, target_atom, 5)
if(prob(25))
src.visible_message("<span class='notice'>\The [src] skitters[pick(" away"," around","")].</span>")
else if(prob(5))
else if(amount_grown < 75 && prob(5))
//vent crawl!
for(var/obj/machinery/atmospherics/unary/vent_pump/v in view(7,src))
if(!v.welded)