Reset (Clear) the temporary bonus list
()
| 6003 | * Reset (Clear) the temporary bonus list |
| 6004 | */ |
| 6005 | public void resetTempBonusList() |
| 6006 | { |
| 6007 | removeListFor(ListKey.TEMP_BONUS); |
| 6008 | } |
| 6009 | |
| 6010 | public boolean altersAC(PlayerCharacter pc) |
| 6011 | { |
no test coverage detected