mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Fixes some issues with icons in hydroponics
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
ov_lowwater.plane = PLANE_LIGHTING_ABOVE
|
||||
ov_lownutri = image(icon = icon, icon_state = "over_lownutri3")
|
||||
ov_lownutri.plane = PLANE_LIGHTING_ABOVE
|
||||
ov_harvest = image(icon = icon, icon_state = "over_alert3")
|
||||
ov_harvest = image(icon = icon, icon_state = "over_harvest3")
|
||||
ov_harvest.plane = PLANE_LIGHTING_ABOVE
|
||||
ov_frozen = image(icon = icon, icon_state = "over_harvest3")
|
||||
ov_frozen = image(icon = icon, icon_state = "over_frozen3")
|
||||
ov_frozen.plane = PLANE_LIGHTING_ABOVE
|
||||
ov_alert3 = image(icon = icon, icon_state = "over_frozen3")
|
||||
ov_alert3 = image(icon = icon, icon_state = "over_alert3")
|
||||
ov_alert3.plane = PLANE_LIGHTING_ABOVE
|
||||
|
||||
//Refreshes the icon and sets the luminosity
|
||||
|
||||
Reference in New Issue
Block a user