(PlayerCharacter pc, AspectName key, List<CNAbility> abilities)
| 387 | } |
| 388 | |
| 389 | public static String printAspectValue(PlayerCharacter pc, AspectName key, List<CNAbility> abilities) |
| 390 | { |
| 391 | return printAspect(pc, key, abilities, false); |
| 392 | } |
| 393 | |
| 394 | public static Aspect lastPassingAspect(List<Aspect> aspects, PlayerCharacter pc, Ability a) |
| 395 | { |
no test coverage detected