Misc organ fixes (#13514)

This commit is contained in:
VisVirific
2022-04-15 12:17:47 +02:00
committed by GitHub
parent 77f896d609
commit 75ece26fa3
4 changed files with 12 additions and 3 deletions
@@ -292,7 +292,7 @@
continue
var/thin_covering = (skipbody & body_part) ? TRUE : FALSE
if((temp.status & ORGAN_ASSISTED) && !thin_covering)
if(!(temp.brute_dam + temp.burn_dam))
if(!(temp.brute_dam + temp.burn_dam) && !(temp.open))
continue
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>"