changeset 2110 | df2a1fe3617a |
parent 2079 | f188ec7c450b |
child 2111 | 9be70514954c |
--- a/hedgewars/CCHandlers.inc Sun May 24 13:49:52 2009 +0000 +++ b/hedgewars/CCHandlers.inc Sun May 24 14:03:59 2009 +0000 @@ -394,7 +394,9 @@ text: shortstring; begin text:= copy(s, 2, Length(s)-1); -if CheckNoTeamOrHH or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0) then +if CheckNoTeamOrHH + or ((CurrentHedgehog^.Gear^.State and gstHHDriven) = 0) + or CurrentTeam^.ExtDriven then begin chSay(text); exit