Get the cost for an ability score. @return the cost for an ability score
()
| 1487 | * @return the cost for an ability score |
| 1488 | */ |
| 1489 | public String getRollMethodExpression() |
| 1490 | { |
| 1491 | if (activeRollMethod != null) |
| 1492 | { |
| 1493 | return activeRollMethod.getMethodRoll(); |
| 1494 | } |
| 1495 | return ""; |
| 1496 | } |
| 1497 | |
| 1498 | /** |
| 1499 | * Get roll method expression name. |
no test coverage detected