mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user