Merge pull request #8525 from Cerebulon/BagsOfFun

Replaces basically every bag and briefcase sprite, some new bag types.
This commit is contained in:
Spookerton
2022-04-14 18:58:46 +01:00
committed by GitHub
18 changed files with 113 additions and 23 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)