Fishing should check more often. Messages when trying to use a weapon without ammo should read now instead of making noise.

This commit is contained in:
Storm Dragon
2026-01-24 14:28:54 -05:00
parent 0d711095c1
commit 09c2250ade
5 changed files with 44 additions and 14 deletions

View File

@@ -186,6 +186,7 @@ void reset_game_state() {
target_stream_start = -1;
target_stream_end = -1;
catch_chance = 0;
fishing_checks_done = 0;
hooked_fish_type = "";
if (cast_sound_handle != -1) {
p.destroy_sound(cast_sound_handle);