mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Item Code for Bombos and Ether was switched.
This commit is contained in:
4
Items.py
4
Items.py
@@ -104,12 +104,12 @@ class Mitts(Item):
|
||||
|
||||
class Ether(Item):
|
||||
def __init__(self):
|
||||
super(Ether, self).__init__('Ether', True, code=0x0F)
|
||||
super(Ether, self).__init__('Ether', True, code=0x10)
|
||||
|
||||
|
||||
class Bombos(Item):
|
||||
def __init__(self):
|
||||
super(Bombos, self).__init__('Bombos', True, code=0x10)
|
||||
super(Bombos, self).__init__('Bombos', True, code=0x0F)
|
||||
|
||||
|
||||
class Quake(Item):
|
||||
|
Reference in New Issue
Block a user