| 772 | } |
| 773 | |
| 774 | void S_StartWitch() |
| 775 | { |
| 776 | stextsize = 0; |
| 777 | stextscrl = FALSE; |
| 778 | AddSText(0, 2, 1, "Witch's shack", COL_GOLD, 0); |
| 779 | AddSText(0, 9, 1, "Would you like to:", COL_GOLD, 0); |
| 780 | AddSText(0, 12, 1, "Talk to Adria", COL_BLUE, 1); |
| 781 | AddSText(0, 14, 1, "Buy items", COL_WHITE, 1); |
| 782 | AddSText(0, 16, 1, "Sell items", COL_WHITE, 1); |
| 783 | AddSText(0, 18, 1, "Recharge staves", COL_WHITE, 1); |
| 784 | AddSText(0, 20, 1, "Leave the shack", COL_WHITE, 1); |
| 785 | AddSLine(5); |
| 786 | storenumh = 20; |
| 787 | } |
| 788 | |
| 789 | void S_ScrollWBuy(int idx) |
| 790 | { |
no test coverage detected