Files
AlanandGitHub 8475ffd91f Migrate GPS to the new attack chain. (#32241)
* Migrate GPS to the new attack chain.

* Add fingerprint.
2026-07-24 19:43:03 +00:00

18 lines
489 B
Plaintext

//local gps units to let the ruins be found easier.
/obj/item/gps/ruin
name = "navigation console"
desc = "A console for navigation in local space, gives off a weak signal that can be picked up if sufficiently close."
icon = 'icons/obj/terminals.dmi'
icon_state = "gps_console"
anchored = TRUE
local = TRUE
tracking = TRUE
gpstag = "Unknown Signal"
/obj/item/gps/ruin/attack_hand(mob/user)
ui_interact(user)
/obj/item/gps/ruin/mining_base
gpstag = "Nanotrasen Mining Outpost"