mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
[Docs] Specified NetworkItem player is about the player slot of the location, not who the item is intended for (#217)
This commit is contained in:
@@ -218,7 +218,7 @@ class JSONtoTextParser(metaclass=HandlerMeta):
|
||||
node["color"] = 'cyan'
|
||||
elif flags & 1 << 0: # advancement
|
||||
node["color"] = 'plum'
|
||||
elif flags & 1 << 1: # never_eclude
|
||||
elif flags & 1 << 1: # never_exclude
|
||||
node["color"] = 'slateblue'
|
||||
elif flags & 1 << 2: # trap
|
||||
node["color"] = 'salmon'
|
||||
|
Reference in New Issue
Block a user