(CDOMObject cdo, String string)
| 443 | } |
| 444 | |
| 445 | public static void addType(CDOMObject cdo, String string) |
| 446 | { |
| 447 | String[] stringList = string.split("\\."); |
| 448 | for (String s : stringList) |
| 449 | { |
| 450 | cdo.addToListFor(ListKey.TYPE, Type.getConstant(s)); |
| 451 | } |
| 452 | } |
| 453 | |
| 454 | /** |
| 455 | * Checks to see if this PC has the weapon proficiency key aKey |