Skip to content

Commit

Permalink
Agrego ID del 693 al 735
Browse files Browse the repository at this point in the history
  • Loading branch information
ReyarB committed Dec 10, 2024
1 parent 793d646 commit 161f802
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 64 deletions.
5 changes: 3 additions & 2 deletions Codigo/InvUsuario.bas
Original file line number Diff line number Diff line change
Expand Up @@ -3508,8 +3508,9 @@ On Error GoTo ResurrectWithItem_Err
End If
106 CanHelpResult = UserMod.CanHelpUser(UserIndex, targetUser)
If UserList(TargetUser).flags.SeguroResu Then
Call WriteConsoleMsg(UserIndex, "El usuario tiene el seguro de resurrección activado.", e_FontTypeNames.FONTTYPE_INFO)
Call WriteConsoleMsg(TargetUser, UserList(UserIndex).Name & " está intentando revivirte. Desactiva el seguro de resurrección para permitirle hacerlo.", e_FontTypeNames.FONTTYPE_INFO)
' Msg693=El usuario tiene el seguro de resurrección activado.
Call WriteLocaleMsg(UserIndex, "693", e_FontTypeNames.FONTTYPE_INFO)
Call WriteConsoleMsg(TargetUser, UserList(UserIndex).name & " está intentando revivirte. Desactiva el seguro de resurrección para permitirle hacerlo.", e_FontTypeNames.FONTTYPE_INFO)
Exit Sub
End If
If CanHelpResult <> eInteractionOk Then
Expand Down
Loading

0 comments on commit 161f802

Please sign in to comment.