mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Merge pull request #16306 from tgstation/duncathan-patch-1
fixes a LINDA bug introduced by listmos
This commit is contained in:
@@ -325,7 +325,8 @@
|
||||
|
||||
for(var/turf/simulated/T in turf_list)
|
||||
var/T_gases = T.air.gases
|
||||
for(var/id in T_gases)
|
||||
for(var/id in A_gases)
|
||||
T.air.assert_gas(id)
|
||||
T_gases[id][MOLES] = A_gases[id][MOLES]/turf_list.len
|
||||
|
||||
T.update_visuals()
|
||||
|
||||
Reference in New Issue
Block a user