Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
vtcifer authored Dec 16, 2024
1 parent 67ff6e5 commit 302e14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffenyi-commune-quest.lic
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class TruffenyiCommuneQuest
shrine_search_list = %w{3173 3172 3171 3170 3160 3161 3159 3158 3162 3164 3165 3166 3167 3187 3207 3208 3211 3209 3212 3213 3210 3168 3174 3175 3176 3177 3178 3183 3184 3185 3182 3186 3179 3180 3181 3156 3157 3155 3154 3153 3152 3151 3121 3119 3120 3112 3118 3114 3113 3115 3117 3116 3122 3124 3123 3125 3126 3128 3129 3127}
return if shrine_search_list.any? do |room_id|
DRCT.walk_to(room_id)
/You notice a quiet spot nearby that everyone else seems to overlook/ =~ DRC.bput('search shrine',/You notice a quiet spot nearby that everyone else seems to overlook/,/I could not find what you were referring to/,/You don't find anything of interest here/)
/You notice a quiet spot nearby that everyone else seems to overlook/ =~ DRC.bput('search shrine', /You notice a quiet spot nearby that everyone else seems to overlook/, /I could not find what you were referring to/, /You don't find anything of interest here/)
end
DRC.message("Could not find shrine after traversing full list. You will need to find it manually.")
exit
Expand Down

0 comments on commit 302e14e

Please sign in to comment.