From 03198df8a82b9800f5e2a34a62b1f2e32303021e Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Sat, 19 Mar 2016 22:24:03 -0700 Subject: [PATCH 1/2] removes evil fucking comma from experimentor.dm jesus fuck this thing annoyed me every single god damn time i saw it and i am so glad i am finally removing it --- code/modules/research/experimentor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index 73a714916d6..d37f8715f1f 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -640,7 +640,7 @@ spawn(cooldownMax) cooldown = FALSE else - user << "You aren't quite sure what to do with this, yet." + user << "You aren't quite sure what to do with this yet." //////////////// RELIC PROCS ///////////////////////////// From 3bd3ff20ec4f4cbbbf71dc6809941d2fa539ae35 Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Sat, 19 Mar 2016 23:11:51 -0700 Subject: [PATCH 2/2] adds a couple of naughty missing periods @cheridan uuuu --- code/modules/admin/admin_verbs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 4a66f06fd3c..643ead41448 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -355,8 +355,8 @@ var/list/admin_verbs_hideable = list( src << "Error: Aghost: Can't admin-ghost whilst in the lobby. Join or Observe first." 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)