mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] Various fixes & tweaks (#10582)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Cameron Lennox
Kashargul
parent
1deeebf8d5
commit
253b577e46
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user