mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #2767 from GarrusVakarian/borgicons
Adds corresponding icons to cyborg thermal goggles, cyborg meson goggles...
This commit is contained in:
@@ -45,11 +45,15 @@
|
|||||||
/obj/item/borg/sight/thermal
|
/obj/item/borg/sight/thermal
|
||||||
name = "\proper thermal vision"
|
name = "\proper thermal vision"
|
||||||
sight_mode = BORGTHERM
|
sight_mode = BORGTHERM
|
||||||
|
icon = 'icons/obj/clothing/glasses.dmi'
|
||||||
|
icon_state = "thermal"
|
||||||
|
|
||||||
|
|
||||||
/obj/item/borg/sight/meson
|
/obj/item/borg/sight/meson
|
||||||
name = "\proper meson vision"
|
name = "\proper meson vision"
|
||||||
sight_mode = BORGMESON
|
sight_mode = BORGMESON
|
||||||
|
icon = 'icons/obj/clothing/glasses.dmi'
|
||||||
|
icon_state = "meson"
|
||||||
|
|
||||||
|
|
||||||
/obj/item/borg/sight/hud
|
/obj/item/borg/sight/hud
|
||||||
@@ -59,6 +63,8 @@
|
|||||||
|
|
||||||
/obj/item/borg/sight/hud/med
|
/obj/item/borg/sight/hud/med
|
||||||
name = "medical hud"
|
name = "medical hud"
|
||||||
|
icon = 'icons/obj/clothing/glasses.dmi'
|
||||||
|
icon_state = "healthhud"
|
||||||
|
|
||||||
|
|
||||||
New()
|
New()
|
||||||
@@ -69,7 +75,8 @@
|
|||||||
|
|
||||||
/obj/item/borg/sight/hud/sec
|
/obj/item/borg/sight/hud/sec
|
||||||
name = "security hud"
|
name = "security hud"
|
||||||
|
icon = 'icons/obj/clothing/glasses.dmi'
|
||||||
|
icon_state = "securityhud"
|
||||||
|
|
||||||
New()
|
New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user