mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixed ninja teleporter (#20542)
Fixed ninja teleporter requiring access to run. Renamed the program to 'ninja teleporter' and removed the standard teleporter from the program list for the preset. Fixes #20237
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
/datum/modular_computer_app_presets/command/teleporter/ninja/New()
|
||||
. = ..()
|
||||
program_list -= /datum/computer_file/program/teleporter //Remove the default one since ninjas have a special one
|
||||
program_list += /datum/computer_file/program/teleporter/ninja
|
||||
|
||||
|
||||
|
||||
@@ -153,6 +153,7 @@
|
||||
. = TRUE
|
||||
|
||||
/datum/computer_file/program/teleporter/ninja
|
||||
required_access_run = list()
|
||||
filename = "ninjateleporter"
|
||||
filedesc = "Ninja Teleporter Control"
|
||||
requires_ntnet = FALSE
|
||||
requires_access_to_run = FALSE
|
||||
|
||||
Reference in New Issue
Block a user