Skip to content

Commit

Permalink
attack verbs for obj (#555)
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 4108422 commit 62eb14d
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 62eb14d

Please sign in to comment.