mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Instrument Case (#8291)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/datum/gear/accessory/instrument_case
|
||||
display_name = "instrument case"
|
||||
path = /obj/item/clothing/accessory/holster/case
|
||||
@@ -10,4 +10,12 @@
|
||||
desc = "A drop leg holster made of black leather, fitted for your left leg."
|
||||
icon_state = "holster_b_left_leg"
|
||||
overlay_state = "holster_b_left_leg"
|
||||
concealed_holster = 0
|
||||
concealed_holster = 0
|
||||
|
||||
/obj/item/clothing/accessory/holster/case
|
||||
name = "instrument case"
|
||||
desc = "A case for keeping your instrument safe."
|
||||
icon = 'modular_chomp/icons/inventory/accessory/item.dmi'
|
||||
icon_state = "instrument"
|
||||
concealed_holster = 0
|
||||
can_hold = list(/obj/item/instrument)
|
||||
|
||||
BIN
modular_chomp/icons/inventory/accessory/item.dmi
Normal file
BIN
modular_chomp/icons/inventory/accessory/item.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 818 B |
@@ -4757,6 +4757,7 @@
|
||||
#include "modular_chomp\code\modules\client\preferences_spawnpoints.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\global\setting_datums.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\gear_tweaks.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_accessories.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_general.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_gloves_ch.dm"
|
||||
#include "modular_chomp\code\modules\client\preference_setup\loadout\loadout_mask.dm"
|
||||
|
||||
Reference in New Issue
Block a user