[MIRROR] Fixes runtime in paper.dm [MDB IGNORE] (#10464)

* Fixes paper runtime (#63830)

* Fixes runtime in paper.dm

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-06 05:56:48 -05:00
committed by GitHub
co-authored by Jeremiah
parent 037806c216
commit 0bed85ed99
+1 -1
View File
@@ -261,7 +261,7 @@
. = ..()
if(.)
info = "[stars(info)]"
for(var/index in 1 to add_info)
for(var/index in 1 to length(add_info))
add_info[index] = "[stars(add_info[index])]"
/obj/item/paper/ui_assets(mob/user)