From 7f82099d53d3a9221efcb3881cac405b1c3bc555 Mon Sep 17 00:00:00 2001 From: Steelpoint <6595389+Steelpoint@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:09:52 +0800 Subject: [PATCH] Renames Pred Ship (#3881) # About the pull request Renames the teleport name for the predator ship from "Public" to "Yautja Ship". # Explain why it's good for the game Ancient hold over from when there were multiple places preds spawned. Makes more in universe sense for the area to be called the Predator ship instead of public. Thematically in-tone alongside 'Human Ship" # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: ui: Predator Ship is now called 'Yautja Ship" for teleporting Predators /:cl: Co-authored-by: Steelpoint --- code/modules/cm_preds/yaut_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cm_preds/yaut_items.dm b/code/modules/cm_preds/yaut_items.dm index e9b7c36b5df6..a6fb4658ed0b 100644 --- a/code/modules/cm_preds/yaut_items.dm +++ b/code/modules/cm_preds/yaut_items.dm @@ -396,7 +396,7 @@ return var/mob/living/carbon/human/H = user - var/ship_to_tele = list("Public" = -1, "Human Ship" = "Human") + var/ship_to_tele = list("Yautja Ship" = -1, "Human Ship" = "Human") if(!HAS_TRAIT(H, TRAIT_YAUTJA_TECH) || is_admin_level(H.z)) to_chat(user, SPAN_WARNING("You fiddle with it, but nothing happens!"))