Skip to content

Commit

Permalink
Set default bandage effectiveness param
Browse files Browse the repository at this point in the history
Co-authored-by: PabstMirror <[email protected]>
  • Loading branch information
LinkIsGrim and PabstMirror authored Mar 5, 2024
1 parent d04cc7f commit ff044be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/medical_treatment/functions/fnc_bandage.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Public: No
*/

_this set [4, _this param [4, 1]]; // set default Bandage effectiveness coefficient
[QGVAR(bandaged), _this] call CBA_fnc_localEvent; // Raise event with reference so mods can modify this

params ["_medic", "_patient", "_bodyPart", "_classname", ["_bandageEffectiveness", 1]];
Expand Down

0 comments on commit ff044be

Please sign in to comment.