Bleeding is more easily examinable (#18913)

Removes a thin_clothing check, meaning all bleeding, regardless of
clothing, will now be more visible upon physical examinations of people
(shift click).

Intended to make physical examinations for bleeding without a handheld
scanner, better

---------

Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
LynxSolstice
2024-04-15 08:59:23 +00:00
committed by GitHub
co-authored by Matt Atlas Fluffy
parent 18ff288a92
commit 4573d214a6
2 changed files with 42 additions and 4 deletions
@@ -321,10 +321,7 @@
else
wound_flavor_text["[temp.name]"] = "<span class='warning'>[get_pronoun("He")] [get_pronoun("has")] [temp.get_wounds_desc()] on [get_pronoun("his")] [temp.name].</span><br>"
if(temp.status & ORGAN_BLEEDING)
if(thin_covering)
is_bleeding["[temp.body_part_class()]"] = "<span class='danger'>[get_pronoun("He")] [temp.covered_bleed_report(species.blood_type)]</span><br>"
else
is_bleeding["[temp.name]"] = "<span class='danger'>[get_pronoun("His")] [temp.name] is bleeding!</span><br>"
is_bleeding["[temp.name]"] = SPAN_DANGER("[get_pronoun("His")] [temp.name] is bleeding")+ "<br>"
else
wound_flavor_text["[temp.name]"] = ""
if(temp.dislocated == 2)