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!")