mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +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:
@@ -140,9 +140,10 @@
|
||||
return
|
||||
|
||||
var/list/floor_gases = floor_gas_mixture.gases
|
||||
var/list/gases_to_check = list(/datum/gas/oxygen, /datum/gas/nitrogen, /datum/gas/carbon_dioxide, /datum/gas/plasma)
|
||||
var/trace_gases
|
||||
for(var/id in floor_gases)
|
||||
if(id in GLOB.hardcoded_gases)
|
||||
if(id in gases_to_check)
|
||||
continue
|
||||
trace_gases = TRUE
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user