Fix some runtimes (#2755)

This commit is contained in:
skull132
2017-06-18 13:48:24 +03:00
committed by GitHub
parent 521705dc62
commit 324dba97dc
5 changed files with 13 additions and 6 deletions

View File

@@ -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--