()
| 448 | } |
| 449 | |
| 450 | public void updatePTforView() { |
| 451 | getView().updateLethalDamage(this); |
| 452 | currentState.getView().updatePower(this); |
| 453 | currentState.getView().updateToughness(this); |
| 454 | } |
| 455 | |
| 456 | public final void updateTypesForView() { |
| 457 | currentState.updateTypesForView(); |
no test coverage detected