diff --git a/code/ATMOSPHERICS/hvac/chiller.dm b/code/ATMOSPHERICS/hvac/chiller.dm index 0e4af4c1e82..a51ec3fc82f 100644 --- a/code/ATMOSPHERICS/hvac/chiller.dm +++ b/code/ATMOSPHERICS/hvac/chiller.dm @@ -3,7 +3,7 @@ anchored = 0 density = 1 icon = 'icons/obj/atmos.dmi' - icon_state = "aircond" + icon_state = "aircond0" name = "air conditioner" desc = "If you can't take the heat, use one of these." set_temperature = 20 // in celcius, add T0C for kelvin diff --git a/code/ATMOSPHERICS/hvac/spaceheater.dm b/code/ATMOSPHERICS/hvac/spaceheater.dm index 8934b3f1edb..6291c2d171f 100644 --- a/code/ATMOSPHERICS/hvac/spaceheater.dm +++ b/code/ATMOSPHERICS/hvac/spaceheater.dm @@ -2,7 +2,7 @@ anchored = 0 density = 1 icon = 'icons/obj/atmos.dmi' - icon_state = "sheater" + icon_state = "sheater0" name = "space heater" desc = "Made by Space Amish using traditional space techniques, this heater is guaranteed not to set the station on fire." var/obj/item/weapon/cell/cell