Skip to content

Commit

Permalink
Better text for bleeding examine (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun authored Oct 15, 2024
1 parent 75acd3c commit 970cea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
missing -= body_part.body_zone
for(var/obj/item/embedded as anything in body_part.embedded_objects)
var/stuck_wordage = embedded.is_embed_harmless() ? "застревает" : "впивается"
. += span_boldwarning("[capitalize(embedded.declent_ru(ACCUSATIVE))] [stuck_wordage] в [t_his] [body_part.ru_plaintext_zone[ACCUSATIVE] || body_part.plaintext_zone]!")
. += span_boldwarning("[icon2html(embedded, user)] [capitalize(embedded.declent_ru(ACCUSATIVE))] [stuck_wordage] в [t_his] [body_part.ru_plaintext_zone[ACCUSATIVE] || body_part.plaintext_zone]!")

for(var/datum/wound/iter_wound as anything in body_part.wounds)
. += span_danger(iter_wound.get_examine_description(user))
Expand Down Expand Up @@ -170,7 +170,7 @@
bleed_text += "Видна кровь из [t_his] открытых "
else
bleed_text += "<span class='warning'>"
bleed_text += "[t_He] кровоточит из [t_his] "
bleed_text += "[t_He] кровоточит из "

bleed_text += english_list(bleeding_limbs)

Expand Down

0 comments on commit 970cea5

Please sign in to comment.