Skip to content

Commit

Permalink
Pharma- Fix Coag PR 575 (#576)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
-  remove a little snaggle of code I forgot to remove

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
Cplhardcore authored Aug 5, 2024
1 parent 110ce9d commit b2fdb97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/surgery/ACE_Medical_Treatment.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ class ACE_Medical_Treatment {
};
class AbrasionMinor: Abrasion {
effectiveness = 2;
reopeningChance = 0;
};
class AvulsionMinor: AbrasionMinor {
effectiveness = 1;
Expand Down

0 comments on commit b2fdb97

Please sign in to comment.