changeset 14919 | 4596357d002d |
parent 14633 | bd15c8551318 |
child 14931 | 29a111397496 |
14918:6a928999fefd | 14919:4596357d002d |
---|---|
269 |
269 |
270 function onGameTick20() |
270 function onGameTick20() |
271 setFoundDeviceVisual() |
271 setFoundDeviceVisual() |
272 end |
272 end |
273 |
273 |
274 function onPrecise() |
274 function onPreciseLocal() |
275 if GameTime > 3000 then |
275 if GameTime > 3000 then |
276 SetAnimSkip(true) |
276 SetAnimSkip(true) |
277 end |
277 end |
278 end |
278 end |
279 |
279 |