mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
RepelItem not displaying a message fixed
This commit is contained in:
parent
724ddabc88
commit
0d3041d1d7
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Public Overrides Sub Use()
|
Public Overrides Sub Use()
|
||||||
If Core.Player.RepelSteps <= 0 Then
|
If Core.Player.RepelSteps <= 0 Then
|
||||||
Core.Player.Inventory.RemoveItem(ID, 1)
|
Me.RemoveItem()
|
||||||
Player.Temp.LastUsedRepel = ID
|
Player.Temp.LastUsedRepel = ID
|
||||||
|
|
||||||
SoundManager.PlaySound("Use_Repel", False)
|
SoundManager.PlaySound("Use_Repel", False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user