| 802 | } |
| 803 | |
| 804 | void zNPCGoalHurt::ChkRewardCheat() |
| 805 | { |
| 806 | static const U32 shinies[] = { 4, 2, 1 }; |
| 807 | |
| 808 | if (zGameExtras_CheatFlags() & (1 << 20)) |
| 809 | { |
| 810 | zNPCVillager* npc = (zNPCVillager*)psyche->clt_owner; |
| 811 | zEntPickup_SpawnNRewards((U32*)shinies, 3, npc->Center()); |
| 812 | } |
| 813 | } |
| 814 | |
| 815 | S32 zNPCGoalBalloon::Enter(F32 dt, void* updCtxt) |
| 816 | { |
nothing calls this directly
no test coverage detected