Skip to content

Commit

Permalink
Ah Ah Ah, you didn't say the magic word (ParadiseSS13#26966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Oct 2, 2024
1 parent 95f2c7e commit 6ca35f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/power/engines/supermatter/supermatter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@
var/mole_crunch_bonus = 0
if(combined_gas > MOLE_CRUNCH_THRESHOLD)
mole_crunch_bonus = 7000 //This adds 7000 EER worth of power to the SM. This should make mole crunch potentially worthy as a SM setup, if not risky. More stable than the anomalies, but very easy to push over the edge. Don't forget, a high EER setup can harvest power through zaps
if(!has_been_powered) // Nice try, no free no risk power
enable_for_the_first_time()
radiation_pulse(src, power * max(0, (1 + (power_transmission_bonus / 10))) + mole_crunch_bonus)

//Power * 0.55 * a value between 1 and 0.8
Expand Down

0 comments on commit 6ca35f3

Please sign in to comment.