Skip to content

Commit

Permalink
Agrego romper caña
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinTrionfetti committed Nov 5, 2021
1 parent e3a92c9 commit ec9d808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODIGO/General.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,7 @@ Public Function IntentarObtenerPezEspecial()
ElseIf ContadorIntentosPescaEspecial_Fallados >= 3 Then
PescandoEspecial = False
Call AddtoRichTextBox(frmMain.RecTxt, "El pez ha roto tu linea de pesca.", 255, 0, 0, 1, 0)
Call WriteRomperCania
End If
End If

Expand Down
1 change: 1 addition & 0 deletions CODIGO/TileEngine_RenderScreen.bas
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ Sub RenderScreen(ByVal center_x As Integer, ByVal center_y As Integer, ByVal Pix
If (GetTickCount() - startTimePezEspecial) >= 20000 Then
PescandoEspecial = False
Call AddtoRichTextBox(frmMain.RecTxt, "El pez ha roto tu linea de pesca.", 255, 0, 0, 1, 0)
Call WriteRomperCania
End If

End If
Expand Down

0 comments on commit ec9d808

Please sign in to comment.