mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix incorrect reopening chance for QuikClot on large abrasions (#7383)
This commit is contained in:
parent
97d8be94ce
commit
e00cb53911
@ -440,7 +440,7 @@ class ADDON {
|
||||
};
|
||||
class AbrasionLarge: Abrasion {
|
||||
effectiveness = 0.7;
|
||||
reopeningChance = 5;
|
||||
reopeningChance = 0.5;
|
||||
};
|
||||
|
||||
class Avulsion: Abrasion {
|
||||
|
Loading…
Reference in New Issue
Block a user