mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
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:
co-authored by
Cameron Lennox
parent
55cdc6f84e
commit
190119a88d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user