hedgewars/uTypes.pas
changeset 12169 869cf5f34700
parent 12159 cb3e785534da
child 12174 4a9e2ece6667
equal deleted inserted replaced
12168:666e18b1ca32 12169:869cf5f34700
   463             sidMute, sidAFK, sidAutoCameraOff, sidAutoCameraOn, sidPressTarget);
   463             sidMute, sidAFK, sidAutoCameraOff, sidAutoCameraOn, sidPressTarget);
   464 
   464 
   465     // Events that are important for the course of the game or at least interesting for other reasons
   465     // Events that are important for the course of the game or at least interesting for other reasons
   466     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
   466     TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw,
   467             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
   467             eidNewHealthPack, eidNewAmmoPack, eidNewUtilityPack, eidTurnSkipped,
   468             eidHurtSelf, eidHomerun, eidGone);
   468             eidHurtSelf, eidHomerun, eidGone, eidPoisoned, eidResurrected,
       
   469             eidKamikaze, eidTimeTravelEnd, eidTimeout, eidKingDied);
   469 
   470 
   470     TGoalStrId = (gidCaption, gidSubCaption, gidPlaceKing, gidLowGravity, gidInvulnerable,
   471     TGoalStrId = (gidCaption, gidSubCaption, gidPlaceKing, gidLowGravity, gidInvulnerable,
   471             gidVampiric, gidKarma, gidKing, gidPlaceHog, gidArtillery,
   472             gidVampiric, gidKarma, gidKing, gidPlaceHog, gidArtillery,
   472             gidSolidLand, gidSharedAmmo, gidMineTimer, gidNoMineTimer,
   473             gidSolidLand, gidSharedAmmo, gidMineTimer, gidNoMineTimer,
   473             gidRandomMineTimer, gidDamageModifier, gidResetHealth, gidAISurvival,
   474             gidRandomMineTimer, gidDamageModifier, gidResetHealth, gidAISurvival,