diff options
Diffstat (limited to '')
-rw-r--r-- | source/Pawn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Pawn.h b/source/Pawn.h index dddb98699..e0dca8b72 100644 --- a/source/Pawn.h +++ b/source/Pawn.h @@ -32,6 +32,7 @@ enum eDamageType dtFireContact, // Standing inside a fire block dtInVoid, // Falling into the Void (Y < 0) dtPotionOfHarming, + dtAdmin, // Damage applied by an admin command // Some common synonyms: dtPawnAttack = dtAttack, @@ -50,6 +51,7 @@ enum eDamageType dtPoison = dtPoisoning, dtBurning = dtOnFire, dtInFire = dtFireContact, + dtPlugin = dtAdmin, } ; |