Removed a duplicate proc. Pimped out the Blueprints.

This commit is contained in:
SkyMarshal
2012-06-13 17:05:43 -07:00
parent 77c4ba2014
commit d4393c482d
19 changed files with 337 additions and 127 deletions
+1 -1
View File
@@ -341,7 +341,7 @@
if(M)
dat += "<tr><td><a href='?src=\ref[src];adminplayeropts=\ref[M]'>[M.real_name]</a>[M.client ? "" : " <i>(logged out)</i>"][M.stat == 2 ? " <b><font color=red>(DEAD)</font></b>" : ""]</td>"
dat += "<td><A href='?src=\ref[usr];priv_msg=\ref[M]'>PM</A></td>"
var/turf/mob_loc = get_turf_loc(M)
var/turf/mob_loc = get_turf(M)
dat += "<td>[mob_loc.loc]</td></tr>"
else
dat += "<tr><td><i>Head not found!</i></td></tr>"