From 5ce892cbb8347685b15773f2cd66c4614fc13843 Mon Sep 17 00:00:00 2001 From: CaitSith2 Date: Tue, 14 Mar 2023 14:14:11 -0700 Subject: [PATCH] docstring updated to clarify impact on collecting player. --- Options.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Options.py b/Options.py index b7013d84fc..8c927513ba 100644 --- a/Options.py +++ b/Options.py @@ -876,7 +876,9 @@ class ProgressionBalancing(SpecialRange): class AllowCollect(DefaultOnToggle): - """Controls whether items are collected from the slot when a player does a !collect or not.""" + """Controls whether items are collected from the slot when a player does a !collect or not. + The impact for the collecting player is that the collector might not get all of their items, until + the player(s) that has disallowed collection actually completes or releases their location checks.""" display_name = "Allow Collect"