code cleanup to satisfy linters

This commit is contained in:
nevimer
2025-11-29 23:10:32 -05:00
parent fc2c3d826e
commit 5876764aeb
2 changed files with 5 additions and 25 deletions
@@ -16,18 +16,6 @@
spawner_job_path = /datum/job/ancient_crew
allow_custom_character = GHOSTROLE_TAKE_PREFS_APPEARANCE
/obj/effect/mob_spawn/ghost_role/human/oldstation/create(mob/mob_possessor, newname, apply_prefs)
. = ..()
if(!.)
return
notify_ghosts(
"Someone just woke up on Charlie Station! Why not join them and help out?",
source = ., //the spawned mob
header = "Join in, help out!",
click_interact = TRUE,
notify_flags = NOTIFY_CATEGORY_NOFLASH,
)
/obj/effect/mob_spawn/ghost_role/human/oldstation/Destroy()
new /obj/structure/showcase/machinery/oldpod/used(drop_location())
return ..()