mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Ports musical instruments from /tg/
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
clicksound = "keyboard"
|
||||
|
||||
/obj/machinery/computer/New()
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/Initialize()
|
||||
. = ..()
|
||||
power_change()
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user