mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Fixes wounds not bleeding and makes gauze stop bleeding
Fixes issue #1408
This commit is contained in:
@@ -115,6 +115,9 @@ MEDICAL
|
||||
"You hear gauze being ripped.")
|
||||
use(1)
|
||||
|
||||
if (!ointment && (affecting.status & BLEEDING))
|
||||
affecting.status &= ~BLEEDING
|
||||
|
||||
if (affecting.heal_damage(src.heal_brute, src.heal_burn))
|
||||
H.UpdateDamageIcon()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user