mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
adds xenobiology headset (#30780)
* adds xenobiology headset * created xenobiologist locker * adds the lockers to maps
This commit is contained in:
@@ -85,6 +85,11 @@
|
||||
icon_state = "sci_cypherkey"
|
||||
channels = list("Science" = 1)
|
||||
|
||||
/obj/item/encryptionkey/headset_xenobio
|
||||
name = "Xenobiology Radio Encryption Key"
|
||||
icon_state = "xenobio_cypherkey"
|
||||
channels = list("Science" = 1, "Supply" = 0)
|
||||
|
||||
/obj/item/encryptionkey/headset_medsci
|
||||
name = "Medical Research Radio Encryption Key"
|
||||
icon_state = "medsci_cypherkey"
|
||||
|
||||
@@ -198,6 +198,12 @@
|
||||
icon_state = "sci_headset"
|
||||
ks2type = /obj/item/encryptionkey/headset_sci
|
||||
|
||||
/obj/item/radio/headset/headset_xenobio
|
||||
name = "xenobiology radio headset"
|
||||
desc = "A science headset, now with weather updates."
|
||||
icon_state = "xenobio_headset"
|
||||
ks2type = /obj/item/encryptionkey/headset_xenobio
|
||||
|
||||
/obj/item/radio/headset/headset_medsci
|
||||
name = "medical research radio headset"
|
||||
desc = "A headset that is a result of the mating between medical and science."
|
||||
|
||||
Reference in New Issue
Block a user