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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user