default emotion/gp for old outfit URLs

This commit is contained in:
Matt Dunn-Rankin 2020-05-02 22:39:25 -07:00
parent f828686ac5
commit fb902e49f8

View file

@ -110,8 +110,8 @@ function useOutfitState() {
name: urlParams.get("name"),
speciesId: urlParams.get("species"),
colorId: urlParams.get("color"),
emotion: urlParams.get("emotion"),
genderPresentation: urlParams.get("genderPresentation"),
emotion: urlParams.get("emotion") || "HAPPY",
genderPresentation: urlParams.get("genderPresentation") || "FEMININE",
wornItemIds: urlParams.getAll("objects[]"),
closetedItemIds: urlParams.getAll("closet[]"),
});