diff -r 666e18b1ca32 -r 869cf5f34700 hedgewars/uTypes.pas --- 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,