Skip to content

Commit

Permalink
Merge pull request #200 from JustAGenericUsername/main
Browse files Browse the repository at this point in the history
Update nousersthings.js
  • Loading branch information
slweeb authored Dec 26, 2023
2 parents 070ff2c + 01a8789 commit 960e2c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mods/nousersthings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1427,10 +1427,13 @@ elements.molten_plutonium = {
},
reactions: {
"neutron": { elem1:"pn_explosion", tempMin:400, chance:0.1 },
"neutron": { temp1: 100, temp2: 100 },
},
density: 16629,
}
},
elements.neutron.reactions = {
"uranium": { temp2:100 },
"plutonium": { temp2: 100 }
},
elements.pn_explosion = {
color: ["#ffb48f","#ffd991","#ffad91"],
behavior: [
Expand Down

0 comments on commit 960e2c5

Please sign in to comment.