Description of the Method @param aPC The PC that has this Equipment @return Description of the Return Value @deprecated due to ACCHECK code control
(final PlayerCharacter aPC)
| 2166 | * @deprecated due to ACCHECK code control |
| 2167 | */ |
| 2168 | @Deprecated |
| 2169 | public Integer preFormulaAcCheck(final PlayerCharacter aPC) |
| 2170 | { |
| 2171 | return Math.min(getSafe(IntegerKey.AC_CHECK) + (int) bonusTo(aPC, "EQMARMOR", "ACCHECK", true), 0); |
| 2172 | } |
| 2173 | |
| 2174 | /** |
| 2175 | * Returns true if the Equipment can take children. |