Unified Ghost Hole (#18608)

* unified hole

* unified hole grammar pass, event replacement, and redgate variant

* unified hole grammar pass, event replacement, and redgate variant

* unified ghost hole

* unified ghost hole

* unified ghost holes

* Update vorestation.dme

* Update unified_ghost_hole.dm

corrected logging

* Update unified_ghost_hole.dm

aaaaa typo. also some general message phrasing tweaks.

* Update unified_ghost_hole.dm

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Killian
2025-10-16 23:21:07 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 55cdc6f84e
commit 190119a88d
12 changed files with 218 additions and 80 deletions
-6
View File
@@ -85,15 +85,9 @@ GLOBAL_VAR_INIT(allowed_ghost_spawns, 2)
if("lost_drone_spawn")
join_lost(ui.user)
. = TRUE
if("maintpred_spawn")
join_maintpred(ui.user)
. = TRUE
if("gravekeeper_spawn")
join_grave(ui.user)
. = TRUE
if("morph_spawn")
join_morpth(ui.user)
. = TRUE
/datum/tgui_module/ghost_spawn_menu/proc/compile_pod_data()
var/list/compiled_pods = list()