diff --git a/herb-stock.lic b/herb-stock.lic index 5db6dff3ad..a791b33b70 100644 --- a/herb-stock.lic +++ b/herb-stock.lic @@ -27,8 +27,8 @@ class HerbStock 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 + echo 'Alternatively, define custom herbs in your yaml\'s herbs setting and set herbs_override_herbstock to true.' + exit end @settings.storage_containers.each { |container| fput("open my #{container}") }