Merge branch 'develop' into sabrecat/unsociable
This commit is contained in:
@@ -560,6 +560,11 @@ const backgrounds = {
|
||||
flying_over_hedge_maze: { },
|
||||
cretaceous_forest: { },
|
||||
},
|
||||
backgrounds062023: {
|
||||
in_an_aquarium: { },
|
||||
inside_adventurers_hideout: { },
|
||||
crater_lake: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
|
||||
@@ -424,6 +424,16 @@ const armor = {
|
||||
con: 10,
|
||||
set: 'painters',
|
||||
},
|
||||
stripedRainbowShirt: {
|
||||
str: 7,
|
||||
int: 7,
|
||||
set: 'rainbow',
|
||||
},
|
||||
diagonalRainbowShirt: {
|
||||
con: 7,
|
||||
per: 7,
|
||||
set: 'rainbow',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
|
||||
Reference in New Issue
Block a user