mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 02:27:36 +01:00
* Added gps console to some space ruins * adjusts gps naming/NEW * Now actually works
14 lines
402 B
Plaintext
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)
|