Adds several new bag types (#12028)

This commit is contained in:
Casper3667
2021-06-21 23:19:19 +02:00
committed by GitHub
parent 5c5ac9d3be
commit 7b3b33468c
10 changed files with 165 additions and 5 deletions

View File

@@ -22,6 +22,12 @@
path = /obj/item/storage/secure/briefcase
cost = 2
/datum/gear/utility/purse
display_name = "Purse"
description = "A small, fashionable bag typically worn over the shoulder."
path = /obj/item/storage/backpack/satchel/pocketbook/purse
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/folder
display_name = "folders"
path = /obj/item/folder

View File

@@ -481,7 +481,7 @@ datum/preferences
else
all_underwear -= underwear_category_name
if(backbag > OUTFIT_MESSENGERBAG || backbag < OUTFIT_NOTHING)
if(backbag > OUTFIT_AUBURNPOCKETBOOK || backbag < OUTFIT_NOTHING)
backbag = OUTFIT_NOTHING //Same as above
character.backbag = backbag
character.backbag_style = backbag_style