diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 8dd669c08cf..ff6ed4e59c5 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -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 diff --git a/html/changelogs/SatchelFix.yml b/html/changelogs/SatchelFix.yml new file mode 100644 index 00000000000..43d4638b97c --- /dev/null +++ b/html/changelogs/SatchelFix.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Fixes it being impossible to spawn with the classic satchel."