Game Bug Fix :(

Just found a game-crashing bug while recording a playthrough for the game :(


It occurs whenever you fire a laser from a hacked sentry bot at an active shield.

If you want to fix it, you can add the line "self.juggernaut = None" to the empty line 288 in src/game.py, or alternatively don't fire lasers at active shields (it doesn't do anything anyway).


(log in to comment)

Comments

I think I ran into the same bug by flying into an active shield. The fix works for that too (it makes you die instead of crashing the game).
I got lazy last sunday night and didn't do a proper bug hunt ... serves me right :) !


Thanks for letting me know!