Skip to content

Commit

Permalink
Merge pull request #624 from Temis-gt/master
Browse files Browse the repository at this point in the history
Experiencia por Skill
  • Loading branch information
ReyarB authored Sep 6, 2024
2 parents 8e8d357 + 3a991e3 commit 9723ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigo/Modulo_UsUaRiOs.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ Sub SubirSkill(ByVal UserIndex As Integer, ByVal Skill As Integer)
144 Call WriteConsoleMsg(UserIndex, "¡Has mejorado tu skill " & SkillsNames(Skill) & " en un punto!. Ahora tienes " & UserList(UserIndex).Stats.UserSkills(Skill) & " pts.", e_FontTypeNames.FONTTYPE_INFO)

Dim BonusExp As Long
146 BonusExp = 50& * ExpMult
146 BonusExp = 5& * ExpMult

Call WriteConsoleMsg(UserIndex, "¡Has ganado " & BonusExp & " puntos de experiencia!", e_FontTypeNames.FONTTYPE_INFOIAO)

Expand Down

0 comments on commit 9723ac1

Please sign in to comment.