mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] Adds sound selection to certain instruments (#996)
* Adds sound selection to certain instruments (#53690) This gives instruments a selection of fitting instrument sounds, since we have a bunch that have been exclusive to the synth piano until now. For example, the harmonica can pick between the hardcoded and synthetized versions. It might also add a new special and rare instrument * Adds sound selection to certain instruments Co-authored-by: Mickyan <38563876+Mickyan@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
/obj/item/skillchip/light_remover=2,
|
||||
/obj/item/skillchip/useless_adapter=5)
|
||||
contraband = list(/obj/item/dice/fudge = 9,
|
||||
/obj/item/clothing/shoes/wheelys/skishoes=4)
|
||||
/obj/item/clothing/shoes/wheelys/skishoes=4,
|
||||
/obj/item/instrument/musicalmoth=1)
|
||||
premium = list(/obj/item/melee/skateboard/pro = 3,
|
||||
/obj/item/clothing/shoes/wheelys/rollerskates= 3,
|
||||
/obj/item/melee/skateboard/hoverboard = 1)
|
||||
|
||||
Reference in New Issue
Block a user