Skip to content

Commit

Permalink
remove literal in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
vtcifer authored Oct 6, 2024
1 parent 3fffa1f commit df353ef
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 @@ -347,7 +347,7 @@ class TruffenyiCommuneQuest
pause 1
end

while (true)
while (XMLData.room_description !~ /The freshly-dug pit is clearly/)
if DRStats.fatigue > 50
DRC.fix_standing
jump_result = DRC.bput('jump weasel', *@weasel_no_jump_pattens, *@weasel_jump_pattens)
Expand Down

0 comments on commit df353ef

Please sign in to comment.