mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Configurable mob spawners, re-implementation of trash mouse spawning.
This commit is contained in:
@@ -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
|
||||
. = ..()
|
||||
@@ -1,2 +1,3 @@
|
||||
/mob/living
|
||||
var/ooc_notes = null
|
||||
var/ooc_notes = null
|
||||
var/obj/structure/mob_spawner/source_spawner = null
|
||||
Reference in New Issue
Block a user