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:
Optimism333
2023-08-29 13:33:52 -07:00
committed by GitHub
parent 60e601b152
commit cfc3ce6fb0
6 changed files with 1013 additions and 487 deletions

View File

@@ -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")