hedgewars/uConsts.pas
changeset 14995 e796e9a88394
parent 14952 8e4e508d153c
child 15024 af2f6f4074de
equal deleted inserted replaced
14994:d9de740e194c 14995:e796e9a88394
   336     ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode
   336     ammoprop_DoesntStopTimerWhileAttackingInInfAttackMode
   337                           = $00100000; // doesn't stop timer while Attacking gear msg is set and inf. attack mode is on
   337                           = $00100000; // doesn't stop timer while Attacking gear msg is set and inf. attack mode is on
   338     ammoprop_ForceTurnEnd = $00200000; // always ends turn after usage, ignoring inf. attack
   338     ammoprop_ForceTurnEnd = $00200000; // always ends turn after usage, ignoring inf. attack
   339     ammoprop_NoTargetAfter= $00400000; // disable target selection after attack
   339     ammoprop_NoTargetAfter= $00400000; // disable target selection after attack
   340     ammoprop_NoWrapTarget = $00800000; // allow to select target beyond wrap world edge limits
   340     ammoprop_NoWrapTarget = $00800000; // allow to select target beyond wrap world edge limits
       
   341     ammoprop_ShowSelIcon  = $01000000; // show icon when selected
   341     ammoprop_NoRoundEnd   = $10000000; // ammo doesn't end turn
   342     ammoprop_NoRoundEnd   = $10000000; // ammo doesn't end turn
   342 
   343 
   343     AMMO_INFINITE = 100;               // internal representation of infinite ammo count
   344     AMMO_INFINITE = 100;               // internal representation of infinite ammo count
   344     AMMO_FINITE_MAX = 99;              // maximum possible finite ammo count
   345     AMMO_FINITE_MAX = 99;              // maximum possible finite ammo count
   345 
   346