mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Fix ghost role free slot spawns (#18653)
* cameron, stop breaking shit while I'm on a business trip * . * legacy var * - * . * clean that up * , * Fixes * oops --------- Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
@@ -85,6 +85,9 @@ GLOBAL_VAR_INIT(allowed_ghost_spawns, 2)
|
||||
if("lost_drone_spawn")
|
||||
join_lost(ui.user)
|
||||
. = TRUE
|
||||
if("maintenance_critter")
|
||||
join_maintrcritter(ui.user)
|
||||
. = TRUE
|
||||
if("gravekeeper_spawn")
|
||||
join_grave(ui.user)
|
||||
. = TRUE
|
||||
|
||||
Reference in New Issue
Block a user