diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index f10668df567f..52e65430bb28 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -294,7 +294,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 if (user.getStaminaLoss() >= 100) user.throw_at(landing_turf, 2, 2) user.Paralyze(4 SECONDS) - user.visible_message(span_warning("You're too tired tired to finish the roll!")) + user.visible_message(span_notice("[user] collapses on the ground, exhausted!"), span_warning("You're too tired to finish the roll!")) else playsound(user, 'yogstation/sound/items/dodgeroll.ogg', 50, TRUE) user.apply_status_effect(STATUS_EFFECT_DODGING)