mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
chore(grunt): grunt with @sabrecat's mount=>spritesmith, + my multi-drops
This commit is contained in:
parent
8c5e5e0a3a
commit
965e57ed2f
5 changed files with 1641 additions and 1633 deletions
1626
dist/customizer.css
vendored
1626
dist/customizer.css
vendored
File diff suppressed because it is too large
Load diff
2
dist/habitrpg-shared.css
vendored
2
dist/habitrpg-shared.css
vendored
File diff suppressed because one or more lines are too long
20
dist/habitrpg-shared.js
vendored
20
dist/habitrpg-shared.js
vendored
|
|
@ -10695,9 +10695,13 @@ var global=self;/**
|
|||
str: 1
|
||||
},
|
||||
drop: {
|
||||
type: 'mounts',
|
||||
key: 'BearCub-Polar',
|
||||
text: "Polar Bear (Mount)",
|
||||
items: [
|
||||
{
|
||||
type: 'mounts',
|
||||
key: 'BearCub-Polar',
|
||||
text: "Polar Bear (Mount)"
|
||||
}
|
||||
],
|
||||
gp: 20,
|
||||
exp: 100
|
||||
}
|
||||
|
|
@ -10719,9 +10723,13 @@ var global=self;/**
|
|||
}
|
||||
},
|
||||
drop: {
|
||||
type: 'pets',
|
||||
key: 'BearCub-Polar',
|
||||
text: "Polar Bear (Pet)",
|
||||
items: [
|
||||
{
|
||||
type: 'pets',
|
||||
key: 'BearCub-Polar',
|
||||
text: "Polar Bear (Pet)"
|
||||
}
|
||||
],
|
||||
gp: 20,
|
||||
exp: 100
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 376 KiB |
1626
dist/spritesmith.css
vendored
1626
dist/spritesmith.css
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue