Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disables burn engine on rift #6924

Merged
merged 1 commit into from
Dec 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions maps/rift/engines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
*/
Loading