Skip to content

Commit

Permalink
Erebite now has a density of 7 (#17373)
Browse files Browse the repository at this point in the history
Co-authored-by: test <fakemail@fake.com>
  • Loading branch information
ThatFiveGuys and test committed Dec 19, 2023
1 parent 6cdc51b commit 575cfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/materials/Mat_Materials.dm
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ ABSTRACT_TYPE(/datum/material/crystal)
New()
..()
material_flags |= MATERIAL_ENERGY
setProperty("density", 2)
setProperty("density", 7)
setProperty("hard", 3)
setProperty("electrical", 6)
setProperty("radioactive", 8)
Expand Down

0 comments on commit 575cfcd

Please sign in to comment.