Port various backpacks

This commit is contained in:
Chompstation Bot
2021-07-04 00:38:04 +00:00
parent 654ef75433
commit e0ff2b4ffe
14 changed files with 137 additions and 58 deletions
@@ -38,8 +38,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)