mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 02:39:57 -07:00
RoR2: bug fixes (#1891)
* adding back parens that got deleted by accident. * Void Locus and The Planetarium ids backwards * change required client version * beads of fealty was missing for A Moment, whole victory * found another logic bug * Update worlds/ror2/__init__.py Co-authored-by: Zach Parks <zach@alliware.com> * Remove unnecessary comment --------- Co-authored-by: Zach Parks <zach@alliware.com>
This commit is contained in:
@@ -20,7 +20,8 @@ item_table: Dict[str, int] = {
|
||||
"Item Scrap, Green": 37009,
|
||||
"Item Scrap, Red": 37010,
|
||||
"Item Scrap, Yellow": 37011,
|
||||
"Void Item": 37012
|
||||
"Void Item": 37012,
|
||||
"Beads of Fealty": 37013
|
||||
}
|
||||
|
||||
# 37700 - 37699
|
||||
|
||||
Reference in New Issue
Block a user