Skip to content

Commit

Permalink
Surgery - Reboa/Surgery Fix (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Aug 8, 2024
1 parent 796fc19 commit 7ffcc56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/surgery/XEH_PREP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PREP(fullHealLocal);
PREP(getNPWTTime);
PREP(gui_updateInjuryListPart);
PREP(hasAdditionalTourniquetAppliedTo);
PREP(handleRespawn);
PREP(incision);
PREP(incisionLocal);
PREP(init);
Expand Down
2 changes: 2 additions & 0 deletions addons/surgery/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
[QGVAR(reboaRemove), LINKFUNC(reboaRemoveLocal)] call CBA_fnc_addEventHandler;
[QGVAR(pericardialTap), LINKFUNC(pericardialTapLocal)] call CBA_fnc_addEventHandler;

[QEGVAR(misc,handleRespawn), LINKFUNC(handleRespawn)] call CBA_fnc_addEventHandler;

[QACEGVAR(medical_gui,updateInjuryListPart), LINKFUNC(gui_updateInjuryListPart)] call CBA_fnc_addEventHandler;
[QACEGVAR(medical_treatment,fullHealLocalMod), LINKFUNC(fullHealLocal)] call CBA_fnc_addEventHandler;

0 comments on commit 7ffcc56

Please sign in to comment.