mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
fixes classic satchel (#12701)
This commit is contained in:
@@ -482,7 +482,7 @@ datum/preferences
|
||||
else
|
||||
all_underwear -= underwear_category_name
|
||||
|
||||
if(backbag > OUTFIT_AUBURNPOCKETBOOK || backbag < OUTFIT_NOTHING)
|
||||
if(backbag > OUTFIT_CLASSICSATCHEL || backbag < OUTFIT_NOTHING)
|
||||
backbag = OUTFIT_NOTHING //Same as above
|
||||
character.backbag = backbag
|
||||
character.backbag_style = backbag_style
|
||||
|
||||
Reference in New Issue
Block a user