mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix(content): Umbrella is PER not STR
This commit is contained in:
parent
b49dddeb47
commit
28491cb01d
1 changed files with 1 additions and 1 deletions
|
|
@ -1828,7 +1828,7 @@ const weapon = {
|
|||
set: 'pottersSet',
|
||||
},
|
||||
beachUmbrella: {
|
||||
str: 12,
|
||||
per: 12,
|
||||
set: 'beachsideSet',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue