mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
* Adds lavaland versions for all mineral tiles and fixes a ruin using the wrong version (#83921) ## About The Pull Request Added a `volcanic` version of all mineral tiles that did not have one that have a `baseturfs = /turf/open/misc/asteroid/basalt/lava_land_surface` and a `initial_gas_mix = LAVALAND_DEFAULT_ATMOS`. Also fixes a prefab using the incorrect tiles and changes them to their `volcanic` varients. ## Why It's Good For The Game If mapper want to place specific minerals in their prefabs in lavaland, we should have a turf type for that. Fixes a prefab causing damage space related due to using the incorrect turf. ## Changelog 🆑 Goat fix: A wrecked shuttle on lavaland no longer has asteroid tiles containing the danger of space. code: Added volcanic versions of all mineral turfs for those that did not have it. /🆑 * Adds lavaland versions for all mineral tiles and fixes a ruin using the wrong version --------- Co-authored-by: Goat <126099705+Goat-Real@users.noreply.github.com>