diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 9801990d42..a2ebb82c02 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -98,10 +98,10 @@ if(QDELETED(M) || QDELETED(usr)) return - body += "Notes | Messages | Watchlist | " + body += "Notes | Messages | Watchlist " if(M.client) body += "| Prison | " - body += "\ Send back to Lobby | " + body += "\ Send back to Lobby" var/muted = M.client.prefs.muted body += "
Mute: " body += "\[IC | " @@ -160,7 +160,7 @@ if(isanimal(M)) body += "Re-Animalize | " else - body += "Animalize | " + body += "Animalize" body += "

" body += "Rudimentary transformation:
These transformations only create a new mob type and copy stuff over. They do not take into account MMIs and similar mob-specific things. The buttons in 'Transformations' are preferred, when possible.

"