mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Ice Comet Vault (#13086)
* Adds frost golems. Adds Celtic crown. Adds ice turfs. Adds ice walls. Adds icicle doors. Adds bolt of cold projectiles. * Adds ice comet vault. Note to self to put stronger door in front of Celtic crown. * Makes requested changes. * Formatting changes. Adds ice comet area. Jams ice comet area. * Adds lighting to ice comet's second chamber.
This commit is contained in:
committed by
Pieter-Jan Briers
parent
683bb3508a
commit
177e3a522f
@@ -108,9 +108,12 @@ var/list/existing_vaults = list()
|
||||
|
||||
/datum/map_element/vault/droneship
|
||||
file_path = "maps/randomvaults/droneship.dmm"
|
||||
|
||||
|
||||
/datum/map_element/vault/meteorlogical_station
|
||||
file_path = "maps/randomvaults/meteorlogical_station.dmm"
|
||||
|
||||
/datum/map_element/vault/taxi_engi
|
||||
file_path = "maps/randomvaults/taxi_engineering.dmm"
|
||||
|
||||
/datum/map_element/vault/ice_comet
|
||||
file_path = "maps/randomvaults/ice_comet.dmm"
|
||||
|
||||
Reference in New Issue
Block a user