mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 12:33:23 -07:00
Update AutoWorld.py
This commit is contained in:
@@ -111,7 +111,7 @@ class AutoLogicRegister(type):
|
||||
assert callable(function) or "init_mixin" in dct, (
|
||||
f"{name} defined class variable {item_name} without also having init_mixin.\n\n"
|
||||
"Explanation:\n"
|
||||
"Class variables that will be mutated need to be ininialized as instance variables in init_mixin.\n"
|
||||
"Class variables that will be mutated need to be inintialized as instance variables in init_mixin.\n"
|
||||
"If your LogicMixin variables aren't actually mutable / you don't intend to mutate them, "
|
||||
"there is no point in using LogixMixin.\n"
|
||||
"LogicMixin exists to track custom state variables that change when items are collected/removed."
|
||||
|
||||
Reference in New Issue
Block a user