heaven: Prevent integer underflow when player reaches max hours
When the player reaches 30 hours, we're currently getting a panic in debug mode and an unhandled interger underflow in release mode. Sidestep this by not performing the subtraction if the player has gained enough hours.
Please register or sign in to comment