changeset 14919 | 4596357d002d |
parent 14596 | 28d00ceb8b54 |
child 15001 | f359d8f86501 |
14918:6a928999fefd | 14919:4596357d002d |
---|---|
154 if gear == hero.gear then |
154 if gear == hero.gear then |
155 damageTaken = true |
155 damageTaken = true |
156 end |
156 end |
157 end |
157 end |
158 |
158 |
159 function onPrecise() |
159 function onPreciseLocal() |
160 if GameTime > 3000 then |
160 if GameTime > 3000 then |
161 SetAnimSkip(true) |
161 SetAnimSkip(true) |
162 end |
162 end |
163 end |
163 end |
164 |
164 |