mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user