mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Centcomm direct contact: Starline (#30366)
* ddsadsa ddsadsa * moderate again * revert * almost done * done! * revert red phone * added a headset because why not * add sounds * linting * Update headset.dm * Update headset.dm * linting * linters
This commit is contained in:
@@ -367,6 +367,19 @@
|
||||
requires_tcomms = FALSE
|
||||
instant = TRUE
|
||||
|
||||
/obj/item/radio/headset/starline
|
||||
name = "starline remote headset"
|
||||
desc = "A headset that connects remotely to the starline hard line. Dont think about it too hard."
|
||||
icon_state = "com_headset_alt"
|
||||
worn_icon_state = "com_headset_alt"
|
||||
requires_tcomms = FALSE
|
||||
instant = TRUE
|
||||
freqlock = TRUE
|
||||
|
||||
/obj/item/radio/headset/starline/Initialize(mapload)
|
||||
. = ..()
|
||||
set_frequency(STARLINE_FREQ)
|
||||
|
||||
/// No need to care about icons, it should be hidden inside the AI anyway.
|
||||
/obj/item/radio/headset/heads/ai_integrated
|
||||
name = "\improper AI subspace transceiver"
|
||||
|
||||
Reference in New Issue
Block a user