From e8770d531bf57a3b3be0e51ccf2f66d55d1e0d4c Mon Sep 17 00:00:00 2001 From: Gapo2055 Date: Sat, 19 Oct 2024 18:18:54 -0300 Subject: [PATCH] Update Modulo_UsUaRiOs.bas Agregamos el detalle de la cantidad de creditos patreon disponibles a las estadisticas de /EST. --- Codigo/Modulo_UsUaRiOs.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/Codigo/Modulo_UsUaRiOs.bas b/Codigo/Modulo_UsUaRiOs.bas index 11b2fa91..1cfbb14a 100644 --- a/Codigo/Modulo_UsUaRiOs.bas +++ b/Codigo/Modulo_UsUaRiOs.bas @@ -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: