| 456 | } |
| 457 | |
| 458 | staticfn boolean |
| 459 | skip_pager(boolean common UNUSED) |
| 460 | { |
| 461 | /* WIZKIT: suppress plot feedback if starting with quest artifact */ |
| 462 | if (program_state.wizkit_wishing) |
| 463 | return TRUE; |
| 464 | return FALSE; |
| 465 | } |
| 466 | |
| 467 | staticfn boolean |
| 468 | com_pager_core( |