Skip to content

Commit

Permalink
obj attackedby translate (#554)
Browse files Browse the repository at this point in the history
## About The Pull Request
Удары по объектам транслейчены
  • Loading branch information
larentoun authored Oct 12, 2024
1 parent f985c89 commit 17618c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/objs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ GLOBAL_LIST_EMPTY(objects_by_id_tag)
if(attacking_item.demolition_mod < 1)
damage_verb = "ineffectively pierce"

user.visible_message(span_danger("[user] [damage_verb][plural_s(damage_verb)] [src] with [attacking_item][damage ? "." : ", [no_damage_feedback]!"]"), \
span_danger("You [damage_verb] [src] with [attacking_item][damage ? "." : ", [no_damage_feedback]!"]"), null, COMBAT_MESSAGE_RANGE)
user.visible_message(span_danger("[capitalize(user.declent_ru(NOMINATIVE))] [ru_attack_verb("[damage_verb]s")] [declent_ru(ACCUSATIVE)] с помощью [attacking_item.declent_ru(GENITIVE)][damage ? "." : ", [no_damage_feedback]!"]"), \
span_danger("Вы [ru_attack_verb(damage_verb)] [declent_ru(ACCUSATIVE)] с помощью [attacking_item.declent_ru(GENITIVE)][damage ? "." : ", [no_damage_feedback]!"]"), null, COMBAT_MESSAGE_RANGE)
log_combat(user, src, "attacked", attacking_item)

/obj/assume_air(datum/gas_mixture/giver)
Expand Down

0 comments on commit 17618c5

Please sign in to comment.