Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update InvUsuario.bas #643

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions Codigo/InvUsuario.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2050,17 +2050,6 @@ Case 4 'Poción azul, restaura MANA
End If


'Quitamos del inv el item
316 Call QuitarUserInvItem(UserIndex, Slot, 1)

318 If obj.Snd1 <> 0 Then
320 Call SendData(SendTarget.toPCAliveArea, UserIndex, PrepareMessagePlayWave(obj.Snd1, .Pos.X, .Pos.y))

Else
322 Call SendData(SendTarget.toPCAliveArea, UserIndex, PrepareMessagePlayWave(SND_BEBER, .Pos.X, .Pos.y))

End If

324 Case 5 ' Pocion violeta

326 If .flags.Envenenado > 0 Then
Expand Down