mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
@@ -114,9 +114,6 @@
|
||||
select_sect(usr, params["path"])
|
||||
if("perform_rite")
|
||||
perform_rite(usr, params["path"])
|
||||
else
|
||||
to_chat(world, action)
|
||||
|
||||
|
||||
/// Select the sect, called from [/datum/component/religious_tool/proc/AttemptActions]
|
||||
/datum/component/religious_tool/proc/select_sect(mob/living/user, path)
|
||||
|
||||
@@ -149,6 +149,7 @@ GLOBAL_LIST_INIT(typecache_holodeck_linked_floorcheck_ok, typecacheof(list(/turf
|
||||
if(.)
|
||||
return
|
||||
. = TRUE
|
||||
|
||||
switch(action)
|
||||
if("load_program")
|
||||
var/program_to_load = params["id"]
|
||||
|
||||
Reference in New Issue
Block a user