mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
removes atmos history (#67317)
Removes one unused global list and removes the other one that was used only 3 times.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
return FALSE
|
||||
|
||||
var/open_turf_gases = open_turf.air.gases
|
||||
open_turf.air.assert_gases(arglist(GLOB.hardcoded_gases))
|
||||
open_turf.air.assert_gases(/datum/gas/oxygen, /datum/gas/nitrogen, /datum/gas/carbon_dioxide, /datum/gas/plasma)
|
||||
|
||||
var/plas = open_turf_gases[/datum/gas/plasma][MOLES]
|
||||
var/oxy = open_turf_gases[/datum/gas/oxygen][MOLES]
|
||||
|
||||
Reference in New Issue
Block a user