Ports musical instruments from /tg/

This commit is contained in:
Chompstation Bot
2021-06-01 20:29:51 +00:00
parent 151d317f5c
commit eb03a53185
182 changed files with 2552 additions and 65 deletions

View File

@@ -16,9 +16,6 @@
clicksound = "keyboard"
/obj/machinery/computer/New()
..()
/obj/machinery/computer/Initialize()
. = ..()
power_change()

View File

@@ -1054,7 +1054,9 @@
/obj/item/device/radio/headset = 10,
/obj/item/device/flashlight = 5,
/obj/item/device/laser_pointer = 3,
/obj/item/clothing/glasses/omnihud = 10)
/obj/item/clothing/glasses/omnihud = 10,
/obj/item/instrument/piano_synth/headphones = 2, // You're making a subsystem do work, I don't want it TOO busy
/obj/item/instrument/piano_synth/headphones/spacepods = 2)
prices = list(/obj/item/clothing/suit/circuitry = 100,
/obj/item/clothing/head/circuitry = 100,
/obj/item/clothing/shoes/circuitry = 100,
@@ -1074,7 +1076,9 @@
/obj/item/device/radio/headset = 50,
/obj/item/device/flashlight = 100,
/obj/item/device/laser_pointer = 200,
/obj/item/clothing/glasses/omnihud = 100)
/obj/item/clothing/glasses/omnihud = 100,
/obj/item/instrument/piano_synth/headphones = 200,
/obj/item/instrument/piano_synth/headphones/spacepods = 600)
premium = list(/obj/item/device/perfect_tele/one_beacon = 1)
contraband = list(/obj/item/weapon/disk/nifsoft/compliance = 1)