diff --git a/code/game/machinery/spaceheater.dm b/code/game/machinery/spaceheater.dm index 15c0f14c1b7..2d596e675ee 100644 --- a/code/game/machinery/spaceheater.dm +++ b/code/game/machinery/spaceheater.dm @@ -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 diff --git a/html/changelogs/spaceAC.yml b/html/changelogs/spaceAC.yml new file mode 100644 index 00000000000..26d560057d4 --- /dev/null +++ b/html/changelogs/spaceAC.yml @@ -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"