[MIRROR] Fluff item flute (#11748)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-26 10:38:56 -07:00
committed by GitHub
parent 9cb28e5b02
commit e757312ee2
5 changed files with 14 additions and 0 deletions

View File

@@ -1338,6 +1338,12 @@
ckeywhitelist = list("theskringdinger") ckeywhitelist = list("theskringdinger")
character_name = list("Monty Kopic") character_name = list("Monty Kopic")
/datum/gear/fluff/flute_tief
path = /obj/item/instrument/recorder/fluff_tief
display_name = "flute"
ckeywhitelist = list("tief")
character_name = list("Belphi")
/datum/gear/fluff/shadow_laptop /datum/gear/fluff/shadow_laptop
path = /obj/item/modular_computer/laptop/preset/custom_loadout/advanced/shadowlarkens path = /obj/item/modular_computer/laptop/preset/custom_loadout/advanced/shadowlarkens
display_name = "Shadow's Laptop" display_name = "Shadow's Laptop"

View File

@@ -252,3 +252,11 @@
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
force = 0 force = 0
hitsound = 'sound/voice/moth/scream_moth.ogg' hitsound = 'sound/voice/moth/scream_moth.ogg'
//////////////Fluff items
/obj/item/instrument/recorder/fluff_tief
name = "flute"
desc = "A blue wooden flute."
icon_state = "flute_tief"
allowed_instrument_ids = "recorder"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB