mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Adds missing clot stages to gaping_big and massive cuts.
Without the clot stages the jump between the next two stages was abnormally large, and the values given for max_bleeding_stage did not make much sense.
This commit is contained in:
@@ -270,12 +270,12 @@
|
|||||||
|
|
||||||
/datum/wound/cut/gaping_big
|
/datum/wound/cut/gaping_big
|
||||||
max_bleeding_stage = 2
|
max_bleeding_stage = 2
|
||||||
stages = list("big gaping wound" = 60, "healing gaping wound" = 40, "large angry scar" = 10, "large straight scar" = 0)
|
stages = list("big gaping wound" = 60, "healing gaping wound" = 40, "large clot" = 20, "large angry scar" = 10, "large straight scar" = 0)
|
||||||
damage_type = CUT
|
damage_type = CUT
|
||||||
|
|
||||||
datum/wound/cut/massive
|
datum/wound/cut/massive
|
||||||
max_bleeding_stage = 2
|
max_bleeding_stage = 2
|
||||||
stages = list("massive wound" = 70, "massive healing wound" = 50, "massive angry scar" = 10, "massive jagged scar" = 0)
|
stages = list("massive wound" = 70, "massive healing wound" = 50, "large clot" = 20, "massive angry scar" = 10, "massive jagged scar" = 0)
|
||||||
damage_type = CUT
|
damage_type = CUT
|
||||||
|
|
||||||
/** BRUISES **/
|
/** BRUISES **/
|
||||||
|
|||||||
Reference in New Issue
Block a user