hedgewars/uTypes.pas
changeset 12169 869cf5f34700
parent 12159 cb3e785534da
child 12174 4a9e2ece6667
--- a/hedgewars/uTypes.pas	Thu Apr 06 05:54:45 2017 +0200
+++ b/hedgewars/uTypes.pas	Thu Apr 06 07:34:00 2017 +0200
@@ -465,7 +465,8 @@
     // Events that are important for the course of the game or at least interesting for other reasons
     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
-            eidHurtSelf, eidHomerun, eidGone);
+            eidHurtSelf, eidHomerun, eidGone, eidPoisoned, eidResurrected,
+            eidKamikaze, eidTimeTravelEnd, eidTimeout, eidKingDied);
 
     TGoalStrId = (gidCaption, gidSubCaption, gidPlaceKing, gidLowGravity, gidInvulnerable,
             gidVampiric, gidKarma, gidKing, gidPlaceHog, gidArtillery,