equal
deleted
inserted
replaced
139 |
139 |
140 else if AmmoDamagingUsed then |
140 else if AmmoDamagingUsed then |
141 AddVoice(sndMissed, PreviousTeam^.voicepack) |
141 AddVoice(sndMissed, PreviousTeam^.voicepack) |
142 else if (AmmoUsedCount > 0) and (not isTurnSkipped) then |
142 else if (AmmoUsedCount > 0) and (not isTurnSkipped) then |
143 begin end// nothing ? |
143 begin end// nothing ? |
144 else if isTurnSkipped and not PlacingHogs then |
144 else if isTurnSkipped and (not PlacingHogs) then |
145 begin |
145 begin |
146 AddVoice(sndCoward, PreviousTeam^.voicepack); |
146 AddVoice(sndCoward, PreviousTeam^.voicepack); |
147 AddCaption(FormatA(GetEventString(eidTurnSkipped), s), cWhiteColor, capgrpMessage); |
147 AddCaption(FormatA(GetEventString(eidTurnSkipped), s), cWhiteColor, capgrpMessage); |
148 end |
148 end |
149 end; |
149 end; |