replace mother with princesses in infestation events

This commit is contained in:
Kyep
2019-02-23 23:24:55 -08:00
parent ffefeef8a4
commit 1d95c8fce7
+2 -2
View File
@@ -33,8 +33,8 @@
spider_type = /mob/living/simple_animal/hostile/poison/terror_spider/queen
spawncount = 1
if(5)
spider_type = /mob/living/simple_animal/hostile/poison/terror_spider/mother
spawncount = 1
spider_type = /mob/living/simple_animal/hostile/poison/terror_spider/princess
spawncount = 2
while(spawncount >= 1 && vents.len)
var/obj/machinery/atmospherics/unary/vent_pump/vent = pick(vents)