mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user