Skip to content

Commit

Permalink
Renames Pred Ship (#3881)
Browse files Browse the repository at this point in the history
# 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
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
ui: Predator Ship is now called 'Yautja Ship" for teleporting Predators
/:cl:

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint committed Jul 14, 2023
1 parent b767047 commit 7f82099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_preds/yaut_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!"))
Expand Down

0 comments on commit 7f82099

Please sign in to comment.