From d0f16c666bdd6c408bc99778a1ddd089c043fc8f Mon Sep 17 00:00:00 2001
From: Enric Gabriel <43283559+SandPoot@users.noreply.github.com>
Date: Thu, 23 Jul 2020 02:24:28 -0300
Subject: [PATCH] removes some useless |
---
code/modules/admin/admin.dm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.
"