Various fixes & tweaks (#17439)

* More tweaks

Moves it up to use diamond and phoron like bluespare crystals use.

* .

* sass update

* Watch fixes

* no

* .

* eaeryl

* fixes that properly

* ...

* .

* No deleting mannequins

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-04-02 15:40:40 -04:00
committed by GitHub
parent 04abad4132
commit 1aa1388fc8
13 changed files with 41 additions and 45 deletions
@@ -43,7 +43,7 @@
anchored = TRUE
density = TRUE
var/moving = 0
var/datum/gas_mixture/air_contents = new()
var/datum/gas_mixture/air_contents
@@ -80,7 +80,7 @@
/obj/structure/transit_tube_pod/Initialize(mapload)
. = ..()
air_contents = new()
air_contents.adjust_multi(GAS_O2, MOLES_O2STANDARD * 2, GAS_N2, MOLES_N2STANDARD)
air_contents.temperature = T20C