mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Readds the normal leather satchel to the loadout, adds normal wallet to the loadout (#12638)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
cost = 2
|
||||
|
||||
/datum/gear/utility/purse
|
||||
display_name = "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
|
||||
@@ -61,6 +61,11 @@
|
||||
display_name = "personal AI device"
|
||||
path = /obj/item/device/paicard
|
||||
|
||||
/datum/gear/utility/classicwallet
|
||||
display_name = "wallet"
|
||||
path = /obj/item/storage/wallet
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/utility/wallet
|
||||
display_name = "wallet selection"
|
||||
path = /obj/item/storage/wallet
|
||||
|
||||
Reference in New Issue
Block a user