mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Fluff item flute (#18571)
Approved: https://forum.vore-station.net/viewtopic.php?p=14361#p14361
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user