Skip to content

Commit

Permalink
Fix translation [11.07.2024] (#340)
Browse files Browse the repository at this point in the history
## About The Pull Request

Fix translation after #338
  • Loading branch information
Gaxeer authored Jul 11, 2024
1 parent bb306d8 commit fcb015c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/bounties/security.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/bounty/item/security/recharger
name = "Weapon Recharger"
description = "Nanotrasen military academy is conducting marksmanship exercises. They request that a recharger be shipped."
name = "Зарядник"
description = "Военная академия Нанотрейзен проводит учения по стрельбе. Они запрашивают зарядник для доставки."
reward = CARGO_CRATE_VALUE * 4
required_count = 1
wanted_types = list(/obj/machinery/recharger = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
. += how_cool_are_your_threads.Join()

if(get_armor().has_any_armor() || (flags_cover & (HEADCOVERSMOUTH|PEPPERPROOF)) || (clothing_flags & STOPSPRESSUREDAMAGE) || (visor_flags & STOPSPRESSUREDAMAGE))
. += span_notice("It has a <a href='?src=[REF(src)];list_armor=1'>tag</a> listing its protection classes.")
. += span_notice("Имеется <a href='?src=[REF(src)];list_armor=1'>бирка</a>, указывающая классы защиты.")

/obj/item/clothing/Topic(href, href_list)
. = ..()
Expand Down

0 comments on commit fcb015c

Please sign in to comment.