mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into aro-newpolsync
# Conflicts: # code/game/objects/items/weapons/tanks/tank_types.dm # code/modules/events/canister_leak.dm # code/modules/gamemaster/actions/canister_leak.dm
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// List of all non-destroyed canisters on station levels
|
||||
var/list/all_canisters = list()
|
||||
for(var/obj/machinery/portable_atmospherics/canister/C in machines)
|
||||
if(!C.destroyed && (C.z in using_map.station_levels))
|
||||
if(!C.destroyed && (C.z in using_map.station_levels) && C.air_contents.total_moles >= MOLES_CELLSTANDARD)
|
||||
all_canisters += C
|
||||
|
||||
for(var/i in 1 to 10)
|
||||
|
||||
Reference in New Issue
Block a user