Fix rain coverage and in-game session switching

This commit is contained in:
Alexander Sellite 2026-08-13 22:20:43 -04:00
parent 2045d8e288
commit e54ad1332b
8 changed files with 81 additions and 15 deletions

View file

@ -953,7 +953,7 @@ func _on_attempt_escaped(peer_id: int) -> void:
if attempt == null:
return
attempt.phase = NetworkFishingAttempt.Phase.ESCAPED
_broadcast_public_outcome(attempt, &"escape", "The fish got away!")
_broadcast_public_outcome(attempt, &"escape", "")
_dispose_attempt(peer_id)