Swap air alarm sprites

This commit is contained in:
Aronai Sieyes
2020-03-19 20:24:20 -04:00
parent 15273a356c
commit b2ba1d43cf
3 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
/obj/machinery/alarm /obj/machinery/alarm
name = "alarm" name = "alarm"
desc = "Used to control various station atmospheric systems. The light indicates the current air status of the area." desc = "Used to control various station atmospheric systems. The light indicates the current air status of the area."
icon = 'icons/obj/monitors.dmi' icon = 'icons/obj/monitors_vr.dmi' //VOREStation Edit - Other icons
icon_state = "alarm0" icon_state = "alarm0"
plane = TURF_PLANE plane = TURF_PLANE
layer = ABOVE_TURF_LAYER layer = ABOVE_TURF_LAYER

View File

@@ -156,6 +156,7 @@
/datum/frame/frame_types/air_alarm /datum/frame/frame_types/air_alarm
name = "Air Alarm" name = "Air Alarm"
icon_override = 'icons/obj/monitors_vr.dmi' //VOREStation Edit - Matching frame.
frame_class = FRAME_CLASS_ALARM frame_class = FRAME_CLASS_ALARM
frame_size = 2 frame_size = 2
frame_style = FRAME_STYLE_WALL frame_style = FRAME_STYLE_WALL

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 28 KiB