From f5fd472c40b53a03bcb651a1d724c570be41819d Mon Sep 17 00:00:00 2001 From: desertkaz Date: Thu, 15 Aug 2024 21:11:22 -0700 Subject: [PATCH] remove break after chalice refill 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.` --- favor.lic | 1 - 1 file changed, 1 deletion(-) diff --git a/favor.lic b/favor.lic index 13bfb48ad5..b60636744e 100644 --- a/favor.lic +++ b/favor.lic @@ -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