fixes loadout photos not fitting in lockets and sweater underwear (#10188)

This commit is contained in:
Wowzewow (Wezzy)
2020-10-08 05:03:58 +08:00
committed by GitHub
parent 7a04e78cf5
commit 03e29eb265
6 changed files with 63 additions and 22 deletions

View File

@@ -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

View File

@@ -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