mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user