mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 18:41:59 +00:00
fixes loadout photos not fitting in lockets and sweater underwear (#10188)
This commit is contained in:
@@ -172,4 +172,5 @@
|
||||
|
||||
/datum/gear/photo
|
||||
display_name = "photo"
|
||||
path = /obj/item/generic_photo
|
||||
path = /obj/item/photo
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
@@ -77,9 +77,12 @@
|
||||
var/wallet = list()
|
||||
wallet["wallet, colourable"] = /obj/item/storage/wallet/colourable
|
||||
wallet["wallet, purse"] = /obj/item/storage/wallet/purse
|
||||
wallet["wallet, lanyard"] = /obj/item/storage/wallet/lanyard
|
||||
gear_tweaks += new/datum/gear_tweak/path(wallet)
|
||||
|
||||
/datum/gear/utility/lanyard
|
||||
display_name = "lanyard"
|
||||
path = /obj/item/storage/wallet/lanyard
|
||||
|
||||
/datum/gear/utility/recorder
|
||||
display_name = "universal recorder"
|
||||
path = /obj/item/device/taperecorder
|
||||
|
||||
Reference in New Issue
Block a user