Fixed the map breaking if anyone at any point uses an "A" for anything

Also actually added it to the thing that makes vaults load which is important.
This commit is contained in:
GreatBigFailure
2020-05-11 00:29:14 -04:00
parent 672986548b
commit 92e24e109b
2 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ var/list/existing_vaults = list()
/datum/map_element/vault/hivebot_factory
file_path = "maps/randomvaults/hivebot_factory.dmm"
/datum/map_element/vault/pretty_rad_clubhouse
file_path = "maps/randomvaults/pretty_rad_clubhouse.dmm"
/datum/map_element/vault/clown_base
file_path = "maps/randomvaults/clown_base.dmm"