mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Missing icons
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
//
|
||||
/obj/item/robotanalyzer
|
||||
name = "cyborg analyzer"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "robotanalyzer"
|
||||
item_state = "analyzer"
|
||||
desc = "A hand-held scanner able to diagnose robotic injuries."
|
||||
|
||||
@@ -332,6 +332,7 @@
|
||||
/obj/item/destTagger
|
||||
name = "destination tagger"
|
||||
desc = "Used to set the destination of properly wrapped packages."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "dest_tagger"
|
||||
var/currTag = 0
|
||||
|
||||
|
||||
@@ -163,6 +163,7 @@
|
||||
/obj/item/spaceflare
|
||||
name = "bluespace flare"
|
||||
desc = "Burst transmitter used to broadcast all needed information for shuttle navigation systems. Has a flare attached for marking the spot where you probably shouldn't be standing."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "bluflare"
|
||||
light_color = "#3728ff"
|
||||
var/active
|
||||
|
||||
Reference in New Issue
Block a user