diff --git a/truffenyi-commune-quest.lic b/truffenyi-commune-quest.lic index 8b23054264..1956bd4a29 100644 --- a/truffenyi-commune-quest.lic +++ b/truffenyi-commune-quest.lic @@ -315,7 +315,7 @@ class TruffenyiCommuneQuest EquipmentManager.new.empty_hands if XMLData.room_title =~ /Therenborough, Small Shrine/ - DRC.bput('KNEEL', /You kneel down upon/,/You rise to a kneeling/) + DRC.bput('KNEEL', /You kneel down upon/, /You rise to a kneeling/) DRC.bput('PRAY TRUFFENYI', /You close your eyes and welcome/) waitfor 'Hoof prints speckle this grassy clearing' end @@ -371,7 +371,7 @@ class TruffenyiCommuneQuest def do_shrine_free_ox if XMLData.room_title =~ /Deep Forest, Inside the Pit/ - + if DRC.right_hand == 'knobby stick' && DRC.left_hand != 'flat rock' && !DRRoom.room_objs.include?('notched flat rock') && DRC.left_hand != 'burlap twine' && !DRRoom.room_objs.include?('length of burlap twine') while (!DRRoom.room_objs.include?('notched flat rock')) if DRStats.fatigue > 50 @@ -410,7 +410,7 @@ class TruffenyiCommuneQuest if DRC.right_hand == 'knobby stick' && DRC.left_hand == 'burlap twine' && DRRoom.room_objs.include?('notched flat rock') DRC.bput('tie twine to stick', /You carefully tie the twine around the end of your stick, leaving a free end to dangle in the wind/) end - + if DRC.right_hand == 'knobby stick' && DRC.left_hand != 'burlap twine' && DRRoom.room_objs.include?('notched flat rock') DRC.bput('get rock', 'You pick up a notched') DRC.bput('tie rock to stick', /You carefully tie your knobby stick/) @@ -442,7 +442,6 @@ class TruffenyiCommuneQuest end end - end TruffenyiCommuneQuest.new