diff --git a/combat-trainer.lic b/combat-trainer.lic index 5709d82958..a203df9566 100644 --- a/combat-trainer.lic +++ b/combat-trainer.lic @@ -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) @@ -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)