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

Method addTempBonus

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

Add to the list of temporary bonuses @param aBonus

(final BonusObj aBonus)

Source from the content-addressed store, hash-verified

5986 * @param aBonus
5987 */
5988 public void addTempBonus(final BonusObj aBonus)
5989 {
5990 addToListFor(ListKey.TEMP_BONUS, aBonus);
5991 }
5992
5993 /**
5994 * Remove from the list of temporary bonuses

Callers 1

parseTempBonusLineMethod · 0.95

Calls 1

addToListForMethod · 0.65

Tested by

no test coverage detected