Skip to content

Commit

Permalink
Update Modulo_UsUaRiOs.bas
Browse files Browse the repository at this point in the history
Agregamos el detalle de la cantidad de creditos patreon disponibles a las estadisticas de /EST.
  • Loading branch information
Gapo2055 committed Oct 19, 2024
1 parent 88a7786 commit e8770d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Codigo/Modulo_UsUaRiOs.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,7 @@ Sub SendUserStatsTxt(ByVal sendIndex As Integer, ByVal UserIndex As Integer)
150 Call WriteConsoleMsg(sendIndex, "Dados: " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Fuerza) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Agilidad) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Inteligencia) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Constitucion) & ", " & UserList(UserIndex).Stats.UserAtributos(e_Atributos.Carisma), e_FontTypeNames.FONTTYPE_INFO)
152 Call WriteConsoleMsg(sendIndex, "Veces que Moriste: " & UserList(UserIndex).flags.VecesQueMoriste, e_FontTypeNames.FONTTYPE_INFO)
154 Call WriteLocaleMsg(sendIndex, MsgFactionScore, e_FontTypeNames.FONTTYPE_INFO, UserList(UserIndex).Faccion.FactionScore)
Call WriteConsoleMsg(sendIndex, "Creditos Patreon: " & UserList(UserIndex).Stats.Creditos, e_FontTypeNames.FONTTYPE_INFO)
Exit Sub

SendUserStatsTxt_Err:
Expand Down

0 comments on commit e8770d5

Please sign in to comment.