diff --git a/code/modules/maps/planet_types/asteroid.dm b/code/modules/maps/planet_types/asteroid.dm index 7b97d08af06..39cd429f293 100644 --- a/code/modules/maps/planet_types/asteroid.dm +++ b/code/modules/maps/planet_types/asteroid.dm @@ -1,8 +1,8 @@ /obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid name = "mineral asteroid" desc = "A large, resource rich asteroid." - massvolume = "Miniscule, not immediately apparent in mass" - surfacegravity = "Miniscule, non-obstructive gravity well" + massvolume = "~0.02" + surfacegravity = "0.04~" surface_color = COLOR_GRAY scanimage = "asteroid.png" possible_themes = list(/datum/exoplanet_theme/barren/asteroid) diff --git a/html/changelogs/kyres1-fixing_readouts.yml b/html/changelogs/kyres1-fixing_readouts.yml new file mode 100644 index 00000000000..f769ced6651 --- /dev/null +++ b/html/changelogs/kyres1-fixing_readouts.yml @@ -0,0 +1,6 @@ +author: kyres1 + +delete-after: True + +changes: + - bugfix: "Fixed the scan readout for asteroids having the wrong readout for its mass, volume and gravity."