This commit is contained in:
kevinz000
2018-10-14 20:03:17 -07:00
parent 67cf6cad0c
commit 2c0898f870
93 changed files with 204 additions and 204 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
/obj/structure/prop/nest/initialize()
..()
den_mobs = list()
processing_objects |= src
START_PROCESSING(SSobj, src)
last_spawn = world.time
if(randomize_spawning) //Not the biggest shift in spawntime, but it's here.
var/delayshift_clamp = spawn_delay / 10
@@ -31,7 +31,7 @@
/obj/structure/prop/nest/Destroy()
den_mobs = null
processing_objects -= src
STOP_PROCESSING(SSobj, src)
..()
/obj/structure/prop/nest/attack_hand(mob/living/user) // Used to tell the player that this isn't useful for anything.