mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Fixes to internal bleeding.
- Created internal wound doesn't close instantly anymore. - Small fix to body scanner display.
This commit is contained in:
@@ -464,7 +464,7 @@
|
||||
|
||||
// Possibly trigger an internal wound, too.
|
||||
if(damage > 10 && prob(damage))
|
||||
var/datum/wound/internal_bleeding/I = new (5)
|
||||
var/datum/wound/internal_bleeding/I = new (15)
|
||||
wounds += I
|
||||
|
||||
// check whether we can add the wound to an existing wound
|
||||
|
||||
Reference in New Issue
Block a user