mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Added config entry to toggle lavaland (#17705)
* Added config entry to toggle lavaland * addressed review * Do not go gentle into that good night * Actually this is the way to do it
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
GLOB.navigation_computers += src
|
||||
if(access_station)
|
||||
jumpto_ports += list("nav_z[level_name_to_num(MAIN_STATION)]" = 1)
|
||||
if(access_mining)
|
||||
if(access_mining && GLOB.configuration.ruins.enable_lavaland)
|
||||
jumpto_ports += list("nav_z[level_name_to_num(MINING)]" = 1)
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user