[MIRROR] sane stacks (#11533)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-29 16:12:10 -07:00
committed by GitHub
parent 4797afe137
commit a272557ccd
21 changed files with 45 additions and 27 deletions

View File

@@ -38,8 +38,10 @@ ADMIN_VERB_AND_CONTEXT_MENU(debug_variables, (R_DEBUG|R_SERVER|R_ADMIN|R_SPAWN|R
var/type = islist ? /list : thing.type
var/no_icon = FALSE
var/cord_line
if(isatom(thing))
var/atom/AT = thing
cord_line = "<A href='byond://?_src_=holder;[HrefToken()];jumpto=\ref[thing]'>x:[AT.x] y:[AT.y] z:[AT.z]</A> "
if(use_gfi)
sprite = getFlatIcon(thing)
if(!sprite)
@@ -265,6 +267,7 @@ ADMIN_VERB_AND_CONTEXT_MENU(debug_variables, (R_DEBUG|R_SERVER|R_ADMIN|R_SPAWN|R
<span id='tagged'>[tagged_line]</span>
<span id='varedited'>[varedited_line]</span>
<span id='deleted'>[deleted_line]</span>
<br><font size='1'>[cord_line]</font>
</div>
</td>
<td width='50%'>