Skip to content

Commit

Permalink
Merge pull request elanthia-online#6852 from urbaj-dr/patch-25
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jun 25, 2024
2 parents 8dc4255 + 1c3b4eb commit 90d5999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -3226,6 +3226,7 @@ class TrainerProcess
return unless DRStats.trader?
return if game_state.retreating?
return if game_state.loaded || game_state.offhand?
return if DRSkill.getxp('Trading') > settings.tessera_mindstates

DRC.retreat
return unless /inside your (.*)\./ =~ DRC.bput("get my tessera", 'You get a .+ tessera from inside your (.*).', 'What were you')
Expand Down

0 comments on commit 90d5999

Please sign in to comment.