Skip to content

Commit

Permalink
Bring back standard ACE bandaging time (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 authored Feb 26, 2020
1 parent 01c5951 commit 3e2e72e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Huge appreciation and thanks to [ACE3 Team](http://ace3mod.com/team.html) for th
# Overwiew

- Decreased treatment times
- Bandaging time / 2
- Applying Tourniquet 7 -> 2.5 s
- Removing Tourniquet 7 -> 1.5 s
- Splint 7 -> 5 s
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_treatment/ACE_Medical_Treatment_Actions.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class ACEGVAR(medical_treatment,actions) {
class BasicBandage {
treatmentTime = QUOTE(call ACEFUNC(medical_treatment,getBandageTime) / 2);
treatmentTime = QUOTE(call ACEFUNC(medical_treatment,getBandageTime));
};

class ApplyTourniquet: BasicBandage {
Expand Down

0 comments on commit 3e2e72e

Please sign in to comment.