mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
clown loudmode headset
This commit is contained in:
@@ -230,6 +230,14 @@ GLOBAL_LIST_INIT(channel_tokens, list(
|
|||||||
icon_state = "srv_headset"
|
icon_state = "srv_headset"
|
||||||
keyslot = new /obj/item/encryptionkey/headset_service
|
keyslot = new /obj/item/encryptionkey/headset_service
|
||||||
|
|
||||||
|
/obj/item/radio/headset/headset_clown
|
||||||
|
name = "clown's headset"
|
||||||
|
desc = "A headset for the clown. Finally. A megaphone you can't take away."
|
||||||
|
icon_state = "srv_headset"
|
||||||
|
keyslot = new /obj/item/encryptionkey/headset_service
|
||||||
|
command = TRUE
|
||||||
|
commandspan = SPAN_CLOWN
|
||||||
|
|
||||||
/obj/item/radio/headset/headset_cent
|
/obj/item/radio/headset/headset_cent
|
||||||
name = "\improper CentCom headset"
|
name = "\improper CentCom headset"
|
||||||
desc = "A headset used by the upper echelons of Nanotrasen."
|
desc = "A headset used by the upper echelons of Nanotrasen."
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
var/freqlock = FALSE // Frequency lock to stop the user from untuning specialist radios.
|
var/freqlock = FALSE // Frequency lock to stop the user from untuning specialist radios.
|
||||||
var/use_command = FALSE // If true, broadcasts will be large and BOLD.
|
var/use_command = FALSE // If true, broadcasts will be large and BOLD.
|
||||||
var/command = FALSE // If true, use_command can be toggled at will.
|
var/command = FALSE // If true, use_command can be toggled at will.
|
||||||
|
var/commandspan = SPAN_COMMAND //allow us to set what the fuck we want for headsets
|
||||||
|
|
||||||
// Encryption key handling
|
// Encryption key handling
|
||||||
var/obj/item/encryptionkey/keyslot
|
var/obj/item/encryptionkey/keyslot
|
||||||
@@ -206,7 +207,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
if(use_command)
|
if(use_command)
|
||||||
spans |= SPAN_COMMAND
|
spans |= commandspan
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Roughly speaking, radios attempt to make a subspace transmission (which
|
Roughly speaking, radios attempt to make a subspace transmission (which
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
jobtype = /datum/job/clown
|
jobtype = /datum/job/clown
|
||||||
|
|
||||||
belt = /obj/item/pda/clown
|
belt = /obj/item/pda/clown
|
||||||
ears = /obj/item/radio/headset/headset_srv
|
ears = /obj/item/radio/headset/headset_clown
|
||||||
uniform = /obj/item/clothing/under/rank/clown
|
uniform = /obj/item/clothing/under/rank/clown
|
||||||
shoes = /obj/item/clothing/shoes/clown_shoes
|
shoes = /obj/item/clothing/shoes/clown_shoes
|
||||||
mask = /obj/item/clothing/mask/gas/clown_hat
|
mask = /obj/item/clothing/mask/gas/clown_hat
|
||||||
|
|||||||
Reference in New Issue
Block a user