Messenger Bags

This commit is contained in:
redstryker
2016-09-14 22:34:47 -04:00
parent 60546fdf4b
commit 0fbbc0198b
15 changed files with 83 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
pref.all_underwear -= underwear_category_name
// TODO - Looks like this is duplicating the work of sanitize_character() if so, remove
if(pref.backbag > 4 || pref.backbag < 1)
if(pref.backbag > 5 || pref.backbag < 1)
pref.backbag = 1 //Same as above
character.backbag = pref.backbag