mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
[MIRROR] Mop do_after multi use
(#11633) Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
4f4098122b
commit
980ece6324
@@ -91,10 +91,10 @@
|
||||
|
||||
if(LAZYLEN(R.items))
|
||||
var/i = 0
|
||||
for(var/atom/movable/AM as anything in R.items) // Atom typepath
|
||||
for(var/atom/movable/source in R.items) // Atom typepath
|
||||
if(i)
|
||||
text += ", "
|
||||
text += "[capitalize(initial(AM.name))]"
|
||||
text += "[capitalize(initial(source.name))]"
|
||||
i++
|
||||
D.data += span_bold("Material Objects") + ": [text ? text : "none"]<br>"
|
||||
text = ""
|
||||
|
||||
Reference in New Issue
Block a user