mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 12:17:22 +00:00
Add description to cordovan hat
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
4
dist/extension/birb.js
vendored
4
dist/extension/birb.js
vendored
@@ -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/obsidian/main.js
vendored
4
dist/obsidian/main.js
vendored
@@ -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."
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
4
dist/userscript/birb.user.js
vendored
4
dist/userscript/birb.user.js
vendored
@@ -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."
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
4
dist/web/birb.embed.js
vendored
4
dist/web/birb.embed.js
vendored
@@ -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
4
dist/web/birb.js
vendored
@@ -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."
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -66,6 +66,10 @@ export const HAT_METADATA = {
|
||||
[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."
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user