mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 05:36:34 +01:00
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
/** INTERNAL BLEEDING **/
|
|
/datum/wound/internal_bleeding
|
|
internal = TRUE
|
|
stages = list("severed artery" = 30, "cut artery" = 20, "damaged artery" = 10, "bruised artery" = 5)
|
|
autoheal_cutoff = 5
|
|
max_bleeding_stage = 4 //all stages bleed. It's called internal bleeding after all.
|