From 0759c4d83d2522bca754b044d047eef9c6b72671 Mon Sep 17 00:00:00 2001 From: PKPenguin321 Date: Sat, 26 Nov 2016 22:22:10 -0800 Subject: [PATCH] REMOVES THE FUCKING COMMA (#21768) --- 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 a5bc7f4b60e..99feab94858 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -615,7 +615,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 /////////////////////////////