From a0f7dea3be8bc6cb693177da000667cb914c64e9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 28 Apr 2013 18:40:26 +0000 Subject: Added dtAdmin damage type for use in plugins git-svn-id: http://mc-server.googlecode.com/svn/trunk@1429 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Pawn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/Pawn.h') 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, } ; -- cgit v1.2.3