mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Fluff item flute (#11748)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9cb28e5b02
commit
e757312ee2
@@ -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"
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user