Gets the natural weapon attribute of the Equipment object @return The natural value
()
| 339 | * @return The natural value |
| 340 | */ |
| 341 | public boolean isNatural() |
| 342 | { |
| 343 | return isType("NATURAL"); |
| 344 | } |
| 345 | |
| 346 | /** |
| 347 | * Identify if this is a primary natural weapon. |
no test coverage detected