* Gets the acceleration of the UFO for * taking off / stopping. * @return The acceleration. */
| 151 | * @return The acceleration. |
| 152 | */ |
| 153 | int RuleUfo::getAcceleration() const |
| 154 | { |
| 155 | return _accel; |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Gets the maximum damage done by the |