Skip to content

Commit

Permalink
rubocop 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtcifer authored Sep 29, 2024
1 parent 17898b1 commit 5bd0782
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions truffenyi-commune-quest.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/)
Expand Down Expand Up @@ -442,7 +442,6 @@ class TruffenyiCommuneQuest

end
end

end

TruffenyiCommuneQuest.new

0 comments on commit 5bd0782

Please sign in to comment.