Remove headbutt tree badge requirement

This commit is contained in:
JappaWakka 2023-07-30 18:17:19 +02:00
parent 8a478fa3c8
commit 6fc78444f4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
End If
Next
If pName <> "" And Core.Player.Badges.Contains(10) Then
If pName <> "" Or Core.Player.SandBoxMode = True Or GameController.IS_DEBUG_ACTIVE = True Then
Dim text As String = Localization.GetString("fieldmove_headbutt_question", "This tree could have~a Pokémon in it.*Do you want to~use Headbutt?") & "%" & Localization.GetString("global_yes", "Yes") & "|" & Localization.GetString("global_no", "No") & "%"
Screen.TextBox.Show(text, {Me})
SoundManager.PlaySound("select")