Skip to content

Commit

Permalink
Merge pull request #632 from ao-org/solo-druida-doma
Browse files Browse the repository at this point in the history
Solo druida Doma
  • Loading branch information
RecoX authored Oct 3, 2024
2 parents b2e573c + 4ca46a5 commit 0b640a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigo/Trabajo.bas
Original file line number Diff line number Diff line change
Expand Up @@ -3311,7 +3311,7 @@ Sub DoDomar(ByVal UserIndex As Integer, ByVal NpcIndex As Integer)
116 If .clase = e_Class.Druid Then
118 puntosDomar = puntosDomar / 6 'original es 6
Else
120 puntosDomar = puntosDomar / 11
120 puntosDomar = puntosDomar / 118 'para que solo el druida dome
End If

122 If NpcList(NpcIndex).flags.Domable <= puntosDomar And RandomNumber(1, 5) = 1 Then
Expand Down

0 comments on commit 0b640a5

Please sign in to comment.