Add a sprite for the wayfinding pinpointer (#48750)

I hate confusing it for a crew pinpointer. So have a boring grey 
recolered crew pinpointer. Grey for the balds for dress in grey that 
need to learn the map.
This commit is contained in:
Nick
2020-01-19 07:42:26 +01:00
committed by Tad Hardesty
parent 5602c9c1c2
commit d84576f1ed
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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()