Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 12, 2024
2 parents 17618c5 + 62eb14d commit 7138b2f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ GLOBAL_LIST_INIT(ru_attack_verbs, list(
"barrels into" = "перекатывается в",
"pulverize" = "пульверизируете",
"pulverizes" = "пульверизирует",
"pulverise" = "пульверизируете",
"pulverises" = "пульверизирует",
"weakly tackle" = "слабо обхватываете",
"weakly tackles" = "слабо обхватывает",
"lash out at" = "набрасываетесь на",
Expand Down Expand Up @@ -640,7 +642,10 @@ GLOBAL_LIST_INIT(ru_attack_verbs, list(
"stare down" = "пристально смотрите на",
"stares down" = "пристально смотрит на",
"growl at" = "рычите на",
"growls at" = "рычит",
"growls at" = "рычит на",
// MARK: Obj
"ineffectively pierce" = "неэффективно пробиваете",
"ineffectively pierces" = "неэффективно пробивает",
))

/proc/ru_attack_verb(attack_verb, var/list/attack_type = GLOB.ru_attack_verbs)
Expand Down

0 comments on commit 7138b2f

Please sign in to comment.