Renaming space heater (#5147)

Changed the name and description of the space heater(now space A/C), to better show that it can also cool
This commit is contained in:
NortonDK
2018-08-24 08:54:19 +02:00
committed by Werner
parent 2ed882d016
commit 434e7779e2
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
density = 1
icon = 'icons/obj/atmos.dmi'
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."
name = "space A/C"
desc = "Made by Space Amish using traditional space techniques, this A/C unit can heat or cool a room to your liking."
var/obj/item/weapon/cell/cell
var/on = 0
var/set_temperature = T0C + 50 //K
+4
View File
@@ -0,0 +1,4 @@
author: NortonDK
delete-after: True
changes:
- tweak: "Changed the name and description of the space heater(now space A/C), to better show that it can also cool"