RepelItem not displaying a message fixed

This commit is contained in:
JappaWakka 2023-01-15 14:39:25 +01:00
parent 724ddabc88
commit 0d3041d1d7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Public Overrides Sub Use()
If Core.Player.RepelSteps <= 0 Then
Core.Player.Inventory.RemoveItem(ID, 1)
Me.RemoveItem()
Player.Temp.LastUsedRepel = ID
SoundManager.PlaySound("Use_Repel", False)