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:
Fluffy
2025-03-02 11:14:10 +00:00
committed by GitHub
parent f037bfbc1f
commit 267b4a1211
3 changed files with 62 additions and 1 deletions
@@ -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