Fix rain coverage and in-game session switching
This commit is contained in:
parent
2045d8e288
commit
e54ad1332b
8 changed files with 81 additions and 15 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue