Add sports bags to outfits

This commit is contained in:
Aronai Sieyes
2021-06-28 17:00:41 -04:00
parent c9dfea4fa7
commit 414e8c97a3
10 changed files with 13 additions and 5 deletions
@@ -36,8 +36,8 @@
pref.all_underwear -= underwear_category_name
// TODO - Looks like this is duplicating the work of sanitize_character() if so, remove
if(pref.backbag > 5 || pref.backbag < 1)
pref.backbag = 1 //Same as above
if(pref.backbag > backbaglist.len || pref.backbag < 1)
pref.backbag = 2 //Same as above
character.backbag = pref.backbag
if(pref.pdachoice > 6 || pref.pdachoice < 1)