From addb4d8170afbd543f90e6dca95e14fea4d0346e Mon Sep 17 00:00:00 2001
From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Date: Fri, 23 Jul 2021 13:46:36 -0400
Subject: [PATCH] Apply this suggestion that is picky
Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
---
code/game/gamemodes/nuclear/nuclearbomb.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm
index b065c76cc5a..95ff1252c76 100644
--- a/code/game/gamemodes/nuclear/nuclearbomb.dm
+++ b/code/game/gamemodes/nuclear/nuclearbomb.dm
@@ -390,7 +390,7 @@ GLOBAL_VAR(bomb_set)
to_chat(usr, "The safety is still on.")
return
if(!core)
- to_chat(usr, "The [src]'s screen blinks red! There is no plutonium core in the [src]!")
+ to_chat(usr, "[src]'s screen blinks red! There is no plutonium core in [src]!")
return
timing = !(timing)
if(timing)