mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
18 lines
510 B
Plaintext
18 lines
510 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)
|
|
attack_self__legacy__attackchain(user)
|
|
|
|
/obj/item/gps/ruin/mining_base
|
|
gpstag = "Nanotrasen Mining Outpost"
|