Skip to content

Commit

Permalink
Update Trabajo.bas
Browse files Browse the repository at this point in the history
  • Loading branch information
ReyarB committed Dec 6, 2023
1 parent b06d184 commit b5d3815
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 @@ -1300,7 +1300,7 @@ Public Sub AlquimistaConstruirItem(ByVal UserIndex As Integer, ByVal ItemIndex A
And ObjData(UserList(UserIndex).Invent.HerramientaEqpObjIndex).OBJType = e_OBJType.otHerramientas _
And ObjData(UserList(UserIndex).Invent.HerramientaEqpObjIndex).Subtipo = 4 Then

106 UserList(UserIndex).Stats.MinSta = UserList(UserIndex).Stats.MinSta - 25
106 UserList(UserIndex).Stats.MinSta = UserList(UserIndex).Stats.MinSta - 1
108 Call WriteUpdateSta(UserIndex)

' AGREGAR FX
Expand Down

0 comments on commit b5d3815

Please sign in to comment.