Add description to cordovan hat

This commit is contained in:
Idrees Hassan
2026-01-24 21:18:49 -05:00
parent e393013b27
commit 7b4ebf7ab8
7 changed files with 24 additions and 0 deletions

BIN
dist/extension.zip vendored

Binary file not shown.

View File

@@ -677,6 +677,10 @@
[HAT.STRAW_HAT]: {
name: "Straw Hat",
description: "A classic design, though keep away from water as this particular hat is seemingly unable to float."
},
[HAT.CORDOVAN_HAT]: {
name: "Cordovan Hat",
description: "A traditional Spanish hat that can stay on even during a sword fight."
}
};

View File

@@ -682,6 +682,10 @@ module.exports = class PocketBird extends Plugin {
[HAT.STRAW_HAT]: {
name: "Straw Hat",
description: "A classic design, though keep away from water as this particular hat is seemingly unable to float."
},
[HAT.CORDOVAN_HAT]: {
name: "Cordovan Hat",
description: "A traditional Spanish hat that can stay on even during a sword fight."
}
};

View File

@@ -691,6 +691,10 @@
[HAT.STRAW_HAT]: {
name: "Straw Hat",
description: "A classic design, though keep away from water as this particular hat is seemingly unable to float."
},
[HAT.CORDOVAN_HAT]: {
name: "Cordovan Hat",
description: "A traditional Spanish hat that can stay on even during a sword fight."
}
};

View File

@@ -677,6 +677,10 @@
[HAT.STRAW_HAT]: {
name: "Straw Hat",
description: "A classic design, though keep away from water as this particular hat is seemingly unable to float."
},
[HAT.CORDOVAN_HAT]: {
name: "Cordovan Hat",
description: "A traditional Spanish hat that can stay on even during a sword fight."
}
};

4
dist/web/birb.js vendored
View File

@@ -677,6 +677,10 @@
[HAT.STRAW_HAT]: {
name: "Straw Hat",
description: "A classic design, though keep away from water as this particular hat is seemingly unable to float."
},
[HAT.CORDOVAN_HAT]: {
name: "Cordovan Hat",
description: "A traditional Spanish hat that can stay on even during a sword fight."
}
};