| 61 | } |
| 62 | |
| 63 | void StoresCheat() |
| 64 | { |
| 65 | int i; |
| 66 | |
| 67 | numpremium = 0; |
| 68 | |
| 69 | for (i = 0; i < SMITH_PREMIUM_ITEMS; i++) |
| 70 | premiumitem[i]._itype = ITYPE_NONE; |
| 71 | |
| 72 | SpawnPremium(30); |
| 73 | |
| 74 | for (i = 0; i < 20; i++) |
| 75 | witchitem[i]._itype = ITYPE_NONE; |
| 76 | |
| 77 | SpawnWitch(30); |
| 78 | } |
| 79 | |
| 80 | void TakeGoldCheat() |
| 81 | { |
no test coverage detected