mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixes #2935
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user