Uranium Portable Generator Fix (#19978)

Fixes the uranium-powered portable generator exploding when it's used at
level 4. The safe heat threshold was supposed to be 300c, but a small
variance of 16c was causing it to just surpass that and go into overheat
when it's not supposed to.
This commit is contained in:
Joshie
2024-10-03 14:57:59 +00:00
committed by GitHub
parent 3fbe9b15d3
commit fd7873647a
2 changed files with 59 additions and 0 deletions
+1
View File
@@ -411,6 +411,7 @@
board_path = "/obj/item/circuitboard/portgen/advanced"
power_gen = 50000 // 200 kW = safe max, 250 kW = unsafe max.
max_temperature = 340
temperature_gain = 60
/obj/machinery/power/portgen/basic/advanced/UseFuel()