From cd9c3253fa1bc76db04e53c43b42a3cda3dc9710 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 8 Jan 2024 14:54:02 -0800 Subject: [PATCH] Makes phoronlocks go to 20C instead of 22 (#6256) ## About The Pull Request Title. ## Why It's Good For The Game 22C is too hot for comfort for some species and the phoronlock heaters are so incredibly powerful that they inevitably heat the entire station to their temperature, and it really doesn't take long to do so. This is above the comfort point for some species, so this is an annoyance. Plus, it being 22C doesn't make it work faster or better or anything. It's pointless. It runs at max power until it reaches the target temperature anyway. Turning up the thermostat to make it heat faster doesn't work in real life or in-game, sorry. ## Changelog :cl: tweak: Phoronlock heaters go to 20 instead of 22 /:cl: --- code/game/machinery/doors/airlock/phoronlocks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/airlock/phoronlocks.dm b/code/game/machinery/doors/airlock/phoronlocks.dm index fe78efcbece2..323b7f30dea2 100644 --- a/code/game/machinery/doors/airlock/phoronlocks.dm +++ b/code/game/machinery/doors/airlock/phoronlocks.dm @@ -75,7 +75,7 @@ /obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/phoronlock //Special scrubber with bonus inbuilt heater active_power_usage = 2000 efficiency_multiplier = 4 - var/target_temp = T20C + 2 + var/target_temp = T20C var/heating_power = 150000 /obj/machinery/portable_atmospherics/powered/scrubber/huge/stationary/phoronlock/heater //Variant for use on rift