[512] The great \ref purge (#31824)

* The great \ref purge

* cleanup
This commit is contained in:
Emmett Gaines
2017-10-28 17:20:04 -04:00
committed by ninjanomnom
parent 83e177e43c
commit 825ab4def4
226 changed files with 2099 additions and 2077 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
for(var/O in machine.stack_list)
s = machine.stack_list[O]
if(s.amount > 0)
dat += text("[capitalize(s.name)]: [s.amount] <A href='?src=\ref[src];release=[s.type]'>Release</A><br>")
dat += text("[capitalize(s.name)]: [s.amount] <A href='?src=[REF(src)];release=[s.type]'>Release</A><br>")
dat += text("<br>Stacking: [machine.stack_amt]<br><br>")