Fixes asteroid scan readouts (#16279)

* wah

* ???
This commit is contained in:
kyres1
2023-05-08 11:31:04 +00:00
committed by GitHub
parent 10bd1c1f32
commit 46671b964b
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -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)