Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions A3A/addons/core/functions/Base/fn_initPetros.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,7 @@ petros addMPEventHandler ["mpkilled",
[] spawn {sleep 120; petros allowDamage true;};
[petros] call A3A_fnc_unitAmbient; // adds ambient sounds and animations to petros

private _marker = "respawn_guerrila";
_marker setMarkerType "A3AU_RebalHQ_mrk";

Info("initPetros completed");
Loading