Skip to content

Commit

Permalink
Update vending.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1mka committed Nov 15, 2024
1 parent 6880c70 commit 1ea1db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
if(prob(50))
to_chat(user, span_notice("Вы успешно вытаскиваете монету до того, как [declent_ru(NOMINATIVE)] успевает ее проглотить."))
else
to_chat(user, span_notice("Вы не смогли вытащить монету достаточно быстро, машина съела ее вместе с ниткой и всем остальным."))
to_chat(user, span_notice("Вы не смогли вытащить монету достаточно быстро, [declent_ru(NOMINATIVE)] съел ее вместе с ниткой и всем остальным."))
QDEL_NULL(coin)
else
QDEL_NULL(coin)
Expand Down Expand Up @@ -1116,14 +1116,14 @@
add_attack_logs(attacker, target, "shoved into a vending machine ([src])")
tilt(target, from_combat = TRUE)
target.visible_message(
span_danger("[attacker] толкает [target] в [declent_ru(NOMINATIVE)]!"),
span_danger("[attacker] толкает [target] в [declent_ru(ACCUSATIVE)]!"),
span_userdanger("[attacker] впечатывает вас в [declent_ru(GENITIVE)]!"),
span_danger(">Вы слышите громкий хруст.")
)
else
attacker.visible_message(
span_notice("[attacker] слегка прижимает [target] к [declent_ru(DATIVE)]."),
span_userdanger("Вы слегка прижимаете [target] к [declent_ru(GENITIVE)], вы же не хотите причинить [genderize_ru(target.gender, "ему", "ей", "ему", "им")] боль!")
span_userdanger("Вы слегка прижимаете [target] к [declent_ru(DATIVE)], вы же не хотите причинить [genderize_ru(target.gender, "ему", "ей", "ему", "им")] боль!")
)
return TRUE

Expand Down

0 comments on commit 1ea1db0

Please sign in to comment.