mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-10 10:24:55 +01:00
Remove Mudbray from spring event
At the request of Damocleas
This commit is contained in:
parent
5fc379c405
commit
a8382d71fc
@ -340,7 +340,6 @@ const timedEvents: TimedEvent[] = [
|
||||
{ species: Species.DEERLING, formIndex: 0 }, // Spring Deerling
|
||||
{ species: Species.CLAUNCHER },
|
||||
{ species: Species.WISHIWASHI },
|
||||
{ species: Species.MUDBRAY },
|
||||
{ species: Species.DRAMPA },
|
||||
{ species: Species.JANGMO_O },
|
||||
{ species: Species.APPLIN },
|
||||
@ -351,7 +350,7 @@ const timedEvents: TimedEvent[] = [
|
||||
{ wave: 8, type: "CATCHING_CHARM" },
|
||||
{ wave: 25, type: "SHINY_CHARM" },
|
||||
],
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
export class TimedEventManager {
|
||||
|
Loading…
x
Reference in New Issue
Block a user