Fluff item flute (#18571)

Approved: https://forum.vore-station.net/viewtopic.php?p=14361#p14361
This commit is contained in:
SatinIsle
2025-09-26 19:25:56 +02:00
committed by GitHub
parent 9bd5f1345a
commit eed8dad3b1
5 changed files with 14 additions and 0 deletions
@@ -1337,6 +1337,12 @@
ckeywhitelist = list("theskringdinger")
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
path = /obj/item/modular_computer/laptop/preset/custom_loadout/advanced/shadowlarkens
display_name = "Shadow's Laptop"
+8
View File
@@ -252,3 +252,11 @@
w_class = ITEMSIZE_SMALL
force = 0
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"