mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2025-06-24 22:14:19 +00:00
Added in new Anniversary Shop items and changed code slightly
This commit is contained in:
parent
a1aa9bce89
commit
092be0d7e2
21 changed files with 4 additions and 0 deletions
4
types.ts
4
types.ts
|
@ -21,6 +21,8 @@ export enum Hats {
|
|||
BackCap = "Back Cap",
|
||||
TheItem = "The Item",
|
||||
TrafficCone = "Traffic Cone",
|
||||
FirstPartyHat = "1st Party Hat",
|
||||
MasterTransceivers = "Master Transceivers",
|
||||
}
|
||||
|
||||
export enum Faces {
|
||||
|
@ -73,6 +75,8 @@ export enum Buddies {
|
|||
IncomingSword = "Incoming Sword",
|
||||
MARZBall = "MARZ Ball",
|
||||
NoodleTheKitten = "Noodle the Kitten",
|
||||
CakeDay = "Cake Day",
|
||||
MasterOG = "Master OG",
|
||||
}
|
||||
|
||||
export enum Backs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue