hedgewars/uStore.pas
branch0.9.24
changeset 13551 7259891805f9
parent 13343 93325e13d329
child 13568 470982c05f7e
equal deleted inserted replaced
13550:d42237d16acf 13551:7259891805f9
  1014         extra:= trmsg[sidNotAvailableInSD]
  1014         extra:= trmsg[sidNotAvailableInSD]
  1015     else
  1015     else
  1016         extra:= trmsg[sidNotYetAvailable];
  1016         extra:= trmsg[sidNotYetAvailable];
  1017     extracolor:= LongInt($ffc77070);
  1017     extracolor:= LongInt($ffc77070);
  1018     end
  1018     end
  1019 else if (((GameFlags and gfInfAttack) <> 0) and ((Ammoz[atype].Ammo.Propz and ammoprop_ForceTurnEnd) = 0)) or ((Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0) then
  1019 else if ((((GameFlags and gfInfAttack) <> 0) and ((Ammoz[atype].Ammo.Propz and ammoprop_ForceTurnEnd) = 0)) or ((Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0)) and (not (PlacingHogs and (atype = amTeleport))) then
  1020     // weapon or utility will not end your turn
  1020     // weapon or utility will not end your turn
  1021     begin
  1021     begin
  1022     extra:= trmsg[sidNoEndTurn];
  1022     extra:= trmsg[sidNoEndTurn];
  1023     extracolor:= LongInt($ff70c770);
  1023     extracolor:= LongInt($ff70c770);
  1024     end
  1024     end