Skip to content

Commit

Permalink
Merge pull request #505 from ao-org/plusin-patch-1
Browse files Browse the repository at this point in the history
Update SistemaCombate.bas
  • Loading branch information
RecoX authored Feb 24, 2024
2 parents de43305 + d8839d3 commit 1dd60ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigo/SistemaCombate.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ Private Sub UserDamageToUser(ByVal AtacanteIndex As Integer, ByVal VictimaIndex
182 ElseIf PuedeApuñalar(AtacanteIndex) Then
184 If RandomNumber(1, 100) <= ProbabilidadApuñalar(AtacanteIndex) Then
' Daño del apuñalamiento
186 BonusDamage = Damage * ModicadorApuñalarClase(UserList(AtacanteIndex).clase) + Defensa
186 BonusDamage = Damage * ModicadorApuñalarClase(UserList(AtacanteIndex).clase)

188 DamageStr = PonerPuntos(BonusDamage)

Expand Down

0 comments on commit 1dd60ab

Please sign in to comment.