diff options
Diffstat (limited to 'include/constants/status.h')
-rw-r--r-- | include/constants/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/status.h b/include/constants/status.h index 8445731..9fad5b0 100644 --- a/include/constants/status.h +++ b/include/constants/status.h @@ -117,6 +117,7 @@ enum VolatileStatus enum TargetingDecoy { + TARGETING_DECOY_NONE = 0, TARGETING_DECOY_TEAM = 1, TARGETING_DECOY_WILD = 2 }; |