Update BaseClasses.py

This commit is contained in:
NewSoupVi
2024-09-12 15:13:09 +02:00
committed by GitHub
parent 69245cb501
commit 7d36c15ca0

View File

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