From b483493012e6f6ac9f4ab2cd4d0d480082428bfc Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:39:18 -0500 Subject: [PATCH] disables burn engine on rift (#6924) --- maps/rift/engines.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/maps/rift/engines.dm b/maps/rift/engines.dm index 449067353e34..32052044c455 100644 --- a/maps/rift/engines.dm +++ b/maps/rift/engines.dm @@ -15,8 +15,12 @@ suffix = "sme.dmm" display_name = list("Angry Rock", "The Forbidden Rock Candy", "Death Crystal", "Spicy Crystal", "Hypnotizing Stone") +// disabled because it only worked at all due to an atmos bug +// todo: proper simulation and math this shit out for joules released in total fuel +/* /datum/map_template/engine/rift/burnchamber name = "ProcEngine_Rift_Burn" desc = "Burn Chamber Engine" suffix = "burn.dmm" display_name = list("Toxins Lab", "Build a Campfire", "100 Solarmoths", "Teshari's Bane", "Casting Fireball!") +*/