more spiderling updates

This commit is contained in:
Kyep
2018-02-16 01:26:33 -08:00
parent 5c84b0a833
commit c08188ce4e
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -38,8 +38,7 @@
while(spawncount >= 1 && vents.len)
var/obj/vent = pick(vents)
var/obj/structure/spider/spiderling/terror_spiderling/S = new(vent.loc)
S.name = "evil-looking spiderling"
S.grow_as = spider_type
S.amount_grown = 75
S.amount_grown = 90
vents -= vent
spawncount--
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 51 KiB