Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
наушники дебилам
Browse files Browse the repository at this point in the history
  • Loading branch information
johncoder0 committed Jul 2, 2023
1 parent 277029b commit fb312e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions maps/castelnau/items/headsets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
item_state = "headset"
ks1type = /obj/item/device/encryptionkey/heads/castelnau_coordinator

/obj/item/device/radio/headset/heads/castelnau_command
name = "command headset"
icon_state = "com_headset"
item_state = "headset"
ks1type = /obj/item/device/encryptionkey/heads/castelnau_coordinator

/obj/item/device/radio/headset/heads/castelnau_adjutant
name = "bridge assistant's headset"
icon_state = "com_headset"
Expand Down
4 changes: 3 additions & 1 deletion maps/castelnau/outfits/command/gov.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
suit = /obj/item/clothing/suit/leathercoat
id_types = list(/obj/item/card/id/castelnau/crew/emissary)
pda_type = /obj/item/modular_computer/pda/heads
l_ear = /obj/item/device/radio/headset/heads/castelnau_command

/decl/hierarchy/outfit/job/castelnau/gov/com/commissary
name = OUTFIT_JOB_NAME("Commissary - Castelnau")
Expand All @@ -14,4 +15,5 @@
head = /obj/item/clothing/head/helmet/kgb
shoes = /obj/item/clothing/shoes/lordan/service
id_types = list(/obj/item/card/id/castelnau/crew/commissary)
pda_type = /obj/item/modular_computer/pda/heads
pda_type = /obj/item/modular_computer/pda/heads
l_ear = /obj/item/device/radio/headset/heads/castelnau_command

0 comments on commit fb312e5

Please sign in to comment.