From 97996dd4de8d7a4fe08082a067f071773c413dac Mon Sep 17 00:00:00 2001
From: E-MonaRhg <71735193+E-MonaRhg@users.noreply.github.com>
Date: Mon, 16 Aug 2021 23:39:45 +0200
Subject: [PATCH] Just a singular letter letter addition (#16556)
---
code/game/objects/items/weapons/weaponry.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/objects/items/weapons/weaponry.dm b/code/game/objects/items/weapons/weaponry.dm
index 48b0d4b883f..e79851a8d0c 100644
--- a/code/game/objects/items/weapons/weaponry.dm
+++ b/code/game/objects/items/weapons/weaponry.dm
@@ -238,7 +238,7 @@
to_chat(user, "You no longer deflect objects thrown at you. You can attack during this time")
deflectmode = FALSE
else
- to_chat(user, "You need to wait until you can deflect again. The ability will be ready in [time2text(lastdeflect - world.time, "m:ss")]")
+ to_chat(user, "You need to wait until you can deflect again. The ability will be ready in [time2text(lastdeflect - world.time, "mm:ss")]")
return ..()
if(homerun_ready)
to_chat(user, "You're already ready to do a home run!")