mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Adds several new bag types (#12028)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user