mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-16 17:42:32 +01:00
8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
/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
|
|
. = ..() |