Skip to content

Commit

Permalink
more rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vtcifer authored Oct 6, 2024
1 parent 1379932 commit 817d035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions truffenyi-commune-quest.lic
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ class TruffenyiCommuneQuest
DRC.message("Vial step started at #{start}.")
while (line = get)
waitrt?
# rubocop:disable Layout/IndentationConsistency
# This is to enable better code collapse in IDEs given the size of these
# rubocop:disable Layout/IndentationConsistency Layout/CommentIndentation
# This is to enable better code collapse in IDEs given the size of these
# code blocks
# Light Aspects
if line =~ /^Your vision fades and you suddenly see yourself working in front of a glowing forge/
Expand Down Expand Up @@ -279,7 +279,7 @@ class TruffenyiCommuneQuest
DRC.bput('pray Zachriedek', 'In your')
end
# Neutral Aspects: TBD?
# rubocop:enable Layout/IndentationConsistency
# rubocop:enable Layout/IndentationConsistency Layout/CommentIndentation

if line =~ /^Your stomach grumbles and you realize that you're holding a/
fput("drop #{checkright || checkleft}") if DRC.left_hand || DRC.right_hand
Expand Down

0 comments on commit 817d035

Please sign in to comment.