Skip to content

Commit

Permalink
Add Guard waypoint type config (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 authored Sep 12, 2024
1 parent 5d07194 commit 1bec77a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/ai/CfgWaypointTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ class ZEN_WaypointTypes {
displayName = "$STR_ac_hold";
type = "HOLD";
};
class Guard {
displayName = "$STR_ac_guard";
type = "GUARD";
};
class Sentry {
displayName = "$STR_ac_sentry";
type = "SENTRY";
Expand Down

0 comments on commit 1bec77a

Please sign in to comment.