mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
Fix some runtimes (#2755)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
while(spawncount && vents.len)
|
||||
var/obj/vent = pick(vents)
|
||||
new /obj/effect/spider/spiderling(vent.loc, spawns = possible_spiders)
|
||||
new /obj/effect/spider/spiderling(vent.loc, null, 1, possible_spiders)
|
||||
vents -= vent
|
||||
spawncount--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user