MCPcopy Create free account
hub / github.com/PCGen/pcgen / resetTempBonusList

Method resetTempBonusList

code/src/java/pcgen/core/Equipment.java:6005–6008  ·  view source on GitHub ↗

Reset (Clear) the temporary bonus list

()

Source from the content-addressed store, hash-verified

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 {

Callers 1

parseTempBonusLineMethod · 0.95

Calls 1

removeListForMethod · 0.65

Tested by

no test coverage detected