Merge pull request #6920 from VOREStation/aro-airalarms

Swap air alarm sprites
This commit is contained in:
Novacat
2020-03-20 00:43:45 -04:00
committed by GitHub
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
/obj/machinery/alarm
name = "alarm"
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"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
+1
View File
@@ -158,6 +158,7 @@
/datum/frame/frame_types/air_alarm
name = "Air Alarm"
icon_override = 'icons/obj/monitors_vr.dmi' //VOREStation Edit - Matching frame.
frame_class = FRAME_CLASS_ALARM
frame_size = 2
frame_style = FRAME_STYLE_WALL
Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 28 KiB