From bc887377965fa80f3569e2273152fb4b8da9d62e Mon Sep 17 00:00:00 2001 From: Louis M Date: Sun, 28 Jul 2024 23:49:08 -0400 Subject: [PATCH] Removing useless space. Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> --- worlds/aquaria/Regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/aquaria/Regions.py b/worlds/aquaria/Regions.py index 98b5f65519..b0710daff0 100755 --- a/worlds/aquaria/Regions.py +++ b/worlds/aquaria/Regions.py @@ -16,7 +16,7 @@ from worlds.generic.Rules import add_rule, set_rule def _has_hot_soup(state:CollectionState, player: int) -> bool: """`player` in `state` has the hotsoup item""" - return state.has_any ({"Hot soup", "Hot soup x 2"}, player) + return state.has_any({"Hot soup", "Hot soup x 2"}, player) def _has_tongue_cleared(state:CollectionState, player: int) -> bool: