Merge pull request #16237 from PKPenguin321/patch-9

tweaks some evil fucking punctuation
This commit is contained in:
Cheridan
2016-03-21 02:16:49 -05:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -355,8 +355,8 @@ var/list/admin_verbs_hideable = list(
src << "<font color='red'>Error: Aghost: Can't admin-ghost whilst in the lobby. Join or Observe first.</font>"
else
//ghostize
log_admin("[key_name(usr)] admin ghosted")
message_admins("[key_name_admin(usr)] admin ghosted")
log_admin("[key_name(usr)] admin ghosted.")
message_admins("[key_name_admin(usr)] admin ghosted.")
var/mob/body = mob
body.ghostize(1)
if(body && !body.key)
+1 -1
View File
@@ -640,7 +640,7 @@
spawn(cooldownMax)
cooldown = FALSE
else
user << "<span class='notice'>You aren't quite sure what to do with this, yet.</span>"
user << "<span class='notice'>You aren't quite sure what to do with this yet.</span>"
//////////////// RELIC PROCS /////////////////////////////