()
| 1247 | } |
| 1248 | |
| 1249 | @Override |
| 1250 | public boolean hasPrerequisites() |
| 1251 | { |
| 1252 | return super.hasPrerequisites() || (getListFor(ListKey.ALLOW) != null) || (getListFor(ListKey.ENABLE) != null); |
| 1253 | } |
| 1254 | |
| 1255 | @Override |
| 1256 | public boolean isAvailable(PlayerCharacter aPC) |
nothing calls this directly
no test coverage detected