Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr55 authored Jan 17, 2025
1 parent 72d158e commit e829d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ class LootProcess
loop do
result = DRC.bput("perform #{ritual} on #{mob_noun}", @rituals['butcher'], @rituals['failures'], @rituals['construct'])
game_state.construct(mob_noun) if result.include?(@rituals['construct'])
break if result.empty? || @rituals['failures'].any? { |msg| result.include?(msg) || result.include?(@rituals['construct'] }
break if result.empty? || @rituals['failures'].any? { |msg| result.include?(msg) || result.include?(@rituals['construct']) }

DRC.bput("drop my #{DRC.right_hand}", 'You drop', 'You discard', 'Please rephrase')
break if @dissect_and_butcher && !@ritual_type.eql?('butcher')
Expand Down

0 comments on commit e829d01

Please sign in to comment.