Skip to content

Commit

Permalink
Update ACE_Medical_Treatment_Actions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcat-SG authored Jan 19, 2023
1 parent e6eb5dc commit 303ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/breathing/ACE_Medical_Treatment_Actions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class ACE_Medical_Treatment_Actions {
allowedSelections[] = {"Head", "LeftArm", "RightArm"};
allowSelfTreatment = 1;
medicRequired = QGVAR(medLvl_Cyanosis);
condition = GVAR(enableCyanosis) && !(GVAR(cyanosisShowInMenu));
condition = QUOTE(GVAR(enableCyanosis) && !(GVAR(cyanosisShowInMenu)));
callbackSuccess = QFUNC(treatmentAdvanced_Cyanosis);
};
};

0 comments on commit 303ecdb

Please sign in to comment.