mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Ah Ah Ah, you didn't say the magic word (#26966)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user