Skip to content

Commit

Permalink
Merge pull request #643 from Temis-gt/master
Browse files Browse the repository at this point in the history
Update InvUsuario.bas
  • Loading branch information
ReyarB authored Oct 17, 2024
2 parents 2ddf454 + 947c5b1 commit 88a7786
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Codigo/InvUsuario.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2051,17 +2051,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

0 comments on commit 88a7786

Please sign in to comment.