Prevent quicksave button from being used during the fishing minigame
This commit is contained in:
parent
7becdd23b6
commit
125e1e5edc
1 changed files with 2 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ func vn_step(label = null):
|
|||
$TimerNetCanMove.start()
|
||||
$Sprites.visible = false
|
||||
$Textbox.visible = false
|
||||
$ChatLog/QuicksaveButtonContainer/QuicksaveButton.visible = false
|
||||
$OverlayColor.visible = false
|
||||
$Prompt.visible = false
|
||||
# $ChatLog.visible = false
|
||||
|
|
@ -213,6 +214,7 @@ func vn_step(label = null):
|
|||
#$FishingMinigame/Net.can_move = false
|
||||
$Sprites.visible = true
|
||||
$Textbox.visible = true
|
||||
$ChatLog/QuicksaveButtonContainer/QuicksaveButton.visible = true
|
||||
$OverlayColor.visible = true
|
||||
$Prompt.visible = true
|
||||
# $ChatLog.visible = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue