Hemophilia Disability (#18948)

* Added hemophilia and major hemophilia to the disabilities list. The
former will cause wounds to bleed for twice as long, while the latter
will cause wounds to bleed forever.
This commit is contained in:
Geeves
2024-05-05 13:58:04 +00:00
committed by GitHub
parent 0cf56bb126
commit 521cc1a4ba
5 changed files with 68 additions and 19 deletions
+1 -2
View File
@@ -940,8 +940,7 @@ Note that amputating the affected organ does in fact remove the infection from t
cut_dam += W.damage
if(!(status & ORGAN_ROBOT) && W.bleeding() && (H && !(H.species.flags & NO_BLOOD)))
W.bleed_timer--
status |= ORGAN_BLEEDING
W.handle_bleeding(H, src)
clamped |= W.clamped