MCPcopy Create free account
hub / github.com/diasurgical/devilution / StoresCheat

Function StoresCheat

Source/debug.cpp:63–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void 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
80void TakeGoldCheat()
81{

Callers 1

PressCharFunction · 0.85

Calls 2

SpawnPremiumFunction · 0.85
SpawnWitchFunction · 0.85

Tested by

no test coverage detected