We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Discovered on 2021-01-30 Activated through the button combination: Y, Y, Y, Y, Y, X, Y, X, Y, Y, X, X
Y, Y, Y, Y, Y, X, Y, X, Y, Y, X, X
Whenever the player walks by a NPC while carrying more than 75,000 shinies, the NPC will "panhandle" 500:
void zNPCGoalPlayerNear::DoCheatPanHandle() { if (globals.player.Inv_Shiny > 75000) { globals.player.Inv_Shiny -= 500; } }