Don't spawn things in Null please.

This commit is contained in:
Mechoid
2018-09-23 00:24:34 -07:00
parent b3f40308ca
commit b7231dc8cc
+1 -1
View File
@@ -51,7 +51,7 @@
if(istype(spawnpoint) && den_mobs.len < max_creatures)
last_spawn = world.time
var/spawn_choice = pick(creature_types)
var/mob/living/L = new spawn_choice
var/mob/living/L = new spawn_choice(spawnpoint)
if(den_faction)
L.faction = den_faction
visible_message("<span class='warning'>\The [L] crawls out of \the [src].</span>")