mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds a small asteroid field vault. (#17649)
* Adds a small asteroid field. * Forgot to update the area name. * Adds LORE to the vault. * vault/automap rather than unique area.
This commit is contained in:
@@ -171,4 +171,7 @@ var/list/existing_vaults = list()
|
||||
file_path = "maps/randomvaults/dungeons/satellite_deployment.dmm"
|
||||
|
||||
/datum/map_element/vault/ironchef
|
||||
file_path = "maps/randomvaults/ironchef.dmm"
|
||||
file_path = "maps/randomvaults/ironchef.dmm"
|
||||
|
||||
/datum/map_element/vault/asteroidfield
|
||||
file_path = "maps/randomvaults/asteroidfield.dmm"
|
||||
Reference in New Issue
Block a user