Configurable mob spawners, re-implementation of trash mouse spawning.

This commit is contained in:
Cyantime
2017-08-15 22:09:53 -04:00
parent 0d5bc38ddf
commit 499862bca6
6 changed files with 159 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
/mob/living/death()
clear_fullscreens()
//VOREStation Edit - Mob spawner stuff
if(source_spawner)
source_spawner.get_death_report(src)
source_spawner = null
//VOREStation Edit End
. = ..()
+2 -1
View File
@@ -1,2 +1,3 @@
/mob/living
var/ooc_notes = null
var/ooc_notes = null
var/obj/structure/mob_spawner/source_spawner = null