changeset 13742 | 2bb7141496a9 |
parent 13583 | 141cdfe0f3ca |
child 14509 | 7bb7e5e54f70 |
13741:b3b55b03d499 | 13742:2bb7141496a9 |
---|---|
113 else |
113 else |
114 if GetAmmoCount(hero.gear, amRope) == 0 then |
114 if GetAmmoCount(hero.gear, amRope) == 0 then |
115 lose() |
115 lose() |
116 end |
116 end |
117 SetWeapon(amRope) |
117 SetWeapon(amRope) |
118 TurnTimeLeft = runner.places[currentPosition].turnTime + previousTimeLeft |
118 SetTurnTimeLeft(runner.places[currentPosition].turnTime + previousTimeLeft) |
119 previousTimeLeft = 0 |
119 previousTimeLeft = 0 |
120 end |
120 end |
121 end |
121 end |
122 end |
122 end |
123 |
123 |