mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[MIRROR] Fix invalid List.Join() in chemsmoke logging (#27277)
* Fix invalid List.Join() in chemsmoke logging (#82573) * Fix invalid List.Join() in chemsmoke logging --------- Co-authored-by: Penelope Haze <out.of.p.haze@proton.me>
This commit is contained in:
co-authored by
Penelope Haze
parent
8be2fd4d88
commit
0b29278fa8
@@ -431,7 +431,7 @@
|
||||
contained_reagents += "[reagent.volume]u [reagent]"
|
||||
|
||||
var/where = "[AREACOORD(location)]"
|
||||
var/contained = length(contained_reagents) ? "[contained_reagents.Join(", ", " \[", "\]")] @ [chemholder.chem_temp]K" : null
|
||||
var/contained = length(contained_reagents) ? "\[[contained_reagents.Join(", ")]\] @ [chemholder.chem_temp]K" : null
|
||||
var/area/fluid_area = get_area(location)
|
||||
if(carry.my_atom?.fingerprintslast) //Some reagents don't have a my_atom in some cases
|
||||
var/mob/M = get_mob_by_key(carry.my_atom.fingerprintslast)
|
||||
|
||||
Reference in New Issue
Block a user