Skip to content

Commit

Permalink
Update code/game/objects/items/melee/baton.dm
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
larentoun and dj-34 authored Jul 12, 2024
1 parent 0cbb21d commit a963ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/melee/baton.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
. = ..()
// Adding an extra break for the sake of presentation
if(stamina_damage != 0)
offensive_notes = "Для оглушения необходимо оглушающих ударов: [span_warning("[CEILING(100 / stamina_damage, 1)]")]."
offensive_notes = "Количество ударов, требуемого для оглушения: [span_warning("[CEILING(100 / stamina_damage, 1)]")]."

register_item_context()

Expand Down

0 comments on commit a963ab0

Please sign in to comment.