Skip to content

Commit

Permalink
remove break after chalice refill
Browse files Browse the repository at this point in the history
after filling chalice, it returns to the altar but the `break` causes you to proceed like altar is clean instead of trying again. 
`You feel a sense of shame as your offering is thrown violently from the dusty surface of the altar.`
  • Loading branch information
desertkaz authored Aug 16, 2024
1 parent bdd926c commit f5fd472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion favor.lic
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class CrossingFavor
when /^Wash the altar with what?/
get_water
DRCT.walk_to(@room)
break
when /^But the altar is perfectly clean/
break
end
Expand Down

0 comments on commit f5fd472

Please sign in to comment.