Skip to content

Commit

Permalink
fix sugar rush
Browse files Browse the repository at this point in the history
  • Loading branch information
SpazElectro committed Mar 23, 2024
1 parent 1e96b34 commit 95aa1a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions levels/godhelpme/STVgodhelpme.j2as
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ bool onDrawHealth(jjPLAYER@ player, jjCANVAS@ canvas) {
return false;
}

void onPlayerDraw(jjPLAYERDRAW& pd) {
#ifdef REVERSE_RUSH
if(pd.sugarRush) pd.player.kill();
#endif
}

#ifdef REVERSE_DAMAGE
// class BulletWrapper : jjBEHAVIORINTERFACE {
// private jjBEHAVIOR nativeBehavior;
Expand Down

0 comments on commit 95aa1a6

Please sign in to comment.