* Goes to the Select Armor screen. * @param action Pointer to an action. */
| 388 | * @param action Pointer to an action. |
| 389 | */ |
| 390 | void CraftInfoState::btnArmorClick(Action *) |
| 391 | { |
| 392 | _game->pushState(new CraftArmorState(_game, _base, _craftId)); |
| 393 | } |
| 394 | |
| 395 | /** |
| 396 | * Changes the Craft name. |