From 14469c35c98852584fa9ea552221fda1c5ccac39 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Tue, 14 Aug 2018 21:30:01 -0400 Subject: [PATCH] Formats the HM --- code/modules/admin/admin.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 84120c2c669..6ffc2608414 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -60,9 +60,9 @@ var/global/nologevent = 0 body += "TP - " body += "PM - " body += "SM - " - body += "[admin_jump_link(M)]\]
" if(ishuman(M) && M.mind) - body += "HM" + body += "HM -" + body += "[admin_jump_link(M)]\]
" body += "Mob type: [M.type]
" if(M.client) if(M.client.related_accounts_cid.len)