* Sets the amount of armor. * @param value The amount of armor. */
| 402 | * @param value The amount of armor. |
| 403 | */ |
| 404 | void MapData::setArmor(int value) |
| 405 | { |
| 406 | _armor = value; |
| 407 | } |
| 408 | |
| 409 | /** |
| 410 | * Gets the amount of flammable (how flammable this object is). |
no outgoing calls
no test coverage detected