Skip to content

Commit

Permalink
twak(radiation): reduced strength of the singularity radiation source
Browse files Browse the repository at this point in the history
  • Loading branch information
ilido authored Oct 7, 2023
1 parent 537495e commit 4b08a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/radiation/radiation_presets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
/datum/radiation/preset/singularity_beta
activity = 15 KILO CURIE
radiation_type = RADIATION_BETA_PARTICLE
energy = 4.2 MEGA ELECTRONVOLT
energy = 3.2 MEGA ELECTRONVOLT

/datum/radiation/preset/hawking
activity = 1 MEGA CURIE
activity = 0.2 MEGA CURIE
radiation_type = RADIATION_HAWKING
energy = 122 MILLI ELECTRONVOLT
energy = 50 MILLI ELECTRONVOLT
/datum/radiation/preset/gravitaty_generator
activity = 1 MEGA CURIE
activity = 0.1 MEGA CURIE
radiation_type = RADIATION_HAWKING
energy = 122 MILLI ELECTRONVOLT

Expand Down

0 comments on commit 4b08a39

Please sign in to comment.