[MIRROR] use ref. if really needed (#12828)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-21 19:56:01 -04:00
committed by GitHub
co-authored by Kashargul
parent 85e42a533a
commit 66e5f3ee5c
16 changed files with 52 additions and 52 deletions
@@ -47,7 +47,7 @@
var/icon/icon_value = icon(value)
var/rnd = rand(1,10000)
var/rname = "tmp[REF(icon_value)][rnd].png"
usr << browse_rsc(icon_value, rname)
send_rsc(usr, icon_value, rname)
return "(" + span_value("[value]") + ") <img class=icon src=\"[rname]\">"
#else
return "/icon (" + span_value("[value]") + ")"