diff --git a/code/game/objects/items/wayfinding.dm b/code/game/objects/items/wayfinding.dm index 2e8a11052eb..1bd0d1c13f2 100644 --- a/code/game/objects/items/wayfinding.dm +++ b/code/game/objects/items/wayfinding.dm @@ -125,7 +125,7 @@ /obj/item/pinpointer/wayfinding //Help players new to a station find their way around name = "wayfinding pinpointer" desc = "A handheld tracking device that points to useful places." - icon_state = "pinpointer_crew" + icon_state = "pinpointer_way" resistance_flags = NONE var/owner = null var/list/beacons = list() diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index de5721723dc..1b10515d10a 100644 Binary files a/icons/obj/device.dmi and b/icons/obj/device.dmi differ