Skip to content

Commit

Permalink
FIx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker95 committed Jan 2, 2020
1 parent 2cbed15 commit ebe289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vindicta.Altis/Location/Location.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ CLASS("Location", ["MessageReceiverEx" ARG "Storable"])
_object addAction ["<img size='1.5' image='\A3\ui_f\data\IGUI\Cfg\Actions\heal_ca.paa'/> Heal Yourself", // title
{
player setdamage 0;
[player] call ace_medical_treatment_fnc_fullHealLocal
[player] call ace_medical_treatment_fnc_fullHealLocal;
player playMove "AinvPknlMstpSlayWrflDnon_medic";
},
0, // Arguments
Expand Down

0 comments on commit ebe289a

Please sign in to comment.