From 7d36c15ca02cbe225b2bb952b86c4f1baaf26cda Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:13:09 +0200 Subject: [PATCH] Update BaseClasses.py --- BaseClasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseClasses.py b/BaseClasses.py index fce45500b8..31d26bf545 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -1214,7 +1214,7 @@ class ItemClassification(IntFlag): Protects this item from being placed on excluded or unreachable locations. When combined with another flag like "progression", it means "an especially useful progression item". """ trap = 0b0100 - """ detrimental item """ + """ Item that is detrimental in some way. """ skip_balancing = 0b1000 """ should technically never occur on its own Item that is logically relevant, but progression balancing should not touch.