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

Band-aid fix for fusion instantly ruining everything #1604

Closed
wants to merge 3 commits into from

Conversation

Absolucy
Copy link
Collaborator

@Absolucy Absolucy commented Apr 7, 2024

fusion

@Absolucy Absolucy marked this pull request as draft April 7, 2024 21:24
@Yawet330
Copy link
Contributor

the unlimited power of the sun manifested by gods weakest atmosian:
image

Copy link
Contributor

@Yawet330 Yawet330 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guh

@@ -1228,7 +1228,7 @@
if(prob(PERCENT(particle_chance)))
location.fire_nuclear_particle()
var/rad_power = max((FUSION_RAD_COEFFICIENT/instability) + 5000, 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reduce this to +50 not +5000 wtf LMAO

@@ -1228,7 +1228,7 @@
if(prob(PERCENT(particle_chance)))
location.fire_nuclear_particle()
var/rad_power = max((FUSION_RAD_COEFFICIENT/instability) + 5000, 0)
radiation_pulse(location,rad_power)
radiation_pulse(location, min(rad_power, 7), intensity = rad_power)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should probably also raise this in turn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants