Add weapon page

This commit is contained in:
Sakura Knoll
2023-07-10 23:32:11 +09:00 Unverified
parent a1c4d16264
commit 4c875ecb8b
15 changed files with 377 additions and 37 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ function adjustColor(color: unknown): string | undefined {
const normalizedColor = color.toUpperCase()
if (normalizedColor.startsWith('#FEDF4C')) {
return '#e6c010'
return '#d1af15'
}
if (normalizedColor.startsWith('#FFC741')) {