mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Small Vault Update (Pod Station, Broke UFO) (#34912)
* small_vault_update * maybe_fix_pipes_p2 * fixed_pipes * remove_useless_button * final_podstation_touches * fixed_problem_add_password * few_more_tweaks * expanded_freezer_bit_more * adds_missing_area
This commit is contained in:
@@ -627,6 +627,12 @@ var/list/icon_state_to_appearance = list()
|
||||
..()
|
||||
icon_state = pick("cavefl_1","cavefl_2","cavefl_3","cavefl_4")
|
||||
|
||||
/turf/unsimulated/floor/asteroid/underground/airless // Used by the pod station vault
|
||||
name = "paved asteroid"
|
||||
oxygen = 0.01
|
||||
nitrogen = 0.01
|
||||
temperature = TCMB
|
||||
|
||||
/turf/unsimulated/floor/asteroid/New()
|
||||
..()
|
||||
if(prob(20) && icon_state == "asteroid")
|
||||
|
||||
Reference in New Issue
Block a user