Checks that the parameter passed in is in the list of objects for which this PC qualifies. @param obj the object to test for qualification. @return true if the PC is qualified to have this object.
(CDOMObject obj)
| 2384 | * @return true if the PC is qualified to have this object. |
| 2385 | */ |
| 2386 | public boolean checkQualifyList(CDOMObject obj) |
| 2387 | { |
| 2388 | return qualifyFacet.grantsQualify(id, obj); |
| 2389 | } |
| 2390 | |
| 2391 | /** |
| 2392 | * Check whether this PC has this WeaponProf. |
no test coverage detected