Skip to content

Commit

Permalink
Add missing macro for pain
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTheKing committed Oct 30, 2023
1 parent 75b8cc1 commit 4bdaa2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/main/script_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
#define GET_TOURNIQUETS(unit) (unit getVariable [VAR_TOURNIQUET, DEFAULT_TOURNIQUET_VALUES])
#define HAS_TOURNIQUET_APPLIED_ON(unit,index) ((GET_TOURNIQUETS(unit) select index) > 0)

#define PAIN_UNCONSCIOUS ACEGVAR(medical,painUnconsciousThreshold)

// END ACE3 reference macros

// item types
Expand Down

0 comments on commit 4bdaa2d

Please sign in to comment.