docstring updated to clarify impact on collecting player.

This commit is contained in:
CaitSith2
2023-03-14 14:14:11 -07:00
parent bc7389fbaa
commit 5ce892cbb8

View File

@@ -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"