mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
I Can't Believe It's Not Circuits (it is)
Fixes numberpad and letterpad pulsing. Debugger and Constant chip can now have null written to it. Adds new sound output, with two types so far. One being the 'beeper' type, which can do things like buzz, ping, beep, etc. The second type is a securitron speaker, which allows us to get closer to building a functioning Beepsky.
This commit is contained in:
@@ -1732,6 +1732,17 @@ CIRCUITS BELOW
|
||||
build_path = /obj/item/integrated_circuit/output/light/advanced
|
||||
sort_string = "WAAEI"
|
||||
|
||||
/datum/design/circuit/integrated_circuit/input_output/beeper
|
||||
id = "cc-sound_beeper"
|
||||
build_path = /obj/item/integrated_circuit/output/sound/beeper
|
||||
sort_string = "WAAEJ"
|
||||
|
||||
/datum/design/circuit/integrated_circuit/input_output/beepsky_sound
|
||||
id = "cc-sound_beepsky"
|
||||
build_path = /obj/item/integrated_circuit/output/sound/beepsky
|
||||
sort_string = "WAAEK"
|
||||
req_tech = list(TECH_ENGINEERING = 2, TECH_DATA = 2, TECH_ILLEGAL = 1)
|
||||
|
||||
|
||||
/datum/design/circuit/integrated_circuit/logic/AssembleDesignName()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user