Files
Paradise/code/modules/awaymissions/mission_code/ruins/gps.dm
T
TDSSSandGitHub 630251a0ff Makes some space ruins easier to find. (#12647)
* Added gps console to some space ruins

* adjusts gps naming/NEW

* Now actually works
2020-05-17 18:45:28 -06:00

14 lines
402 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
gpstag = "Unknown Signal"
/obj/item/gps/ruin/attack_hand(mob/user)
attack_self(user)