Skip to content

Commit

Permalink
Update combat-trainer.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
hat071af authored Jul 27, 2024
1 parent bcfcd12 commit ba953be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -835,8 +835,9 @@ class LootProcess
return
end

result = DRC.bput("put material in my #{@necro_container}", 'You put')
result = DRC.bput("put material in my #{@necro_container}", 'You put', 'material doesn\'t seem to fit')
@current_harvest_count += 1 if result =~ /^You put/
DRC.bput('drop material', 'you discard it') if result =~ /^material doesn't seem to fit/
end

def dispose_body(game_state)
Expand Down Expand Up @@ -1424,8 +1425,8 @@ class SpellProcess
check_slivers(game_state)
check_regalia(game_state)
check_consume(game_state)
check_cfb(game_state)
check_cfw(game_state)
check_cfb(game_state)
check_bless(game_state)
check_ignite(game_state)
check_rutilors_edge(game_state)
Expand Down

0 comments on commit ba953be

Please sign in to comment.