From 9ac4c8848702490dc98090804da3db7f6a023e16 Mon Sep 17 00:00:00 2001 From: MikeLC-hub Date: Sun, 27 Oct 2024 01:40:59 -0500 Subject: [PATCH] Update herb-stock.lic --- herb-stock.lic | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/herb-stock.lic b/herb-stock.lic index ffb27860a6..5db6dff3ad 100644 --- a/herb-stock.lic +++ b/herb-stock.lic @@ -20,15 +20,15 @@ class HerbStock user_herbs = @settings.herbs if @hometown == 'Riverhaven' && DRSkill.getrank('Athletics') < 150 - echo "Cannot swim the Jantspyre River." - echo "You are athletic enough to handle herb shopping in Therengia." - exit - end + echo "Cannot swim the Jantspyre River." + echo "You are athletic enough to handle herb shopping in Therengia." + exit + end if (@hometown != 'Crossing' && @hometown != 'Shard' && @hometown != 'Riverhaven' && @hometown != 'Ratha') && !(herbs_override_herbstock && user_herbs) echo 'Only Crossing, Riverhaven (150+ athletics), Ratha, and Shard hometowns supported. You may provide Crossing or Shard as an argument to override your hometown.' echo 'Alternatively, define custom herbs in your yaml\'s herbs setting and set herbs_override_herbstock to true.' - exit + exit end @settings.storage_containers.each { |container| fput("open my #{container}") }