Skip to content

Commit

Permalink
more radio stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabby committed Jan 24, 2025
1 parent bdf9b6e commit e509f8c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/jobs/job/ship_crew.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
tablet = /obj/item/modular_computer/handheld/preset/supply/machinist

headset = /obj/item/device/radio/headset/headset_medsci
bowman = /obj/item/device/radio/headset/headset_medsci/alt
bowman = /obj/item/device/radio/headset/alt/headset_medsci
double_headset = /obj/item/device/radio/headset/alt/double/medsci
wrist_radio = /obj/item/device/radio/headset/wrist/medsci
clipon_radio = /obj/item/device/radio/headset/wrist/clip/medsci
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
icon_state = "medsci_headset"
ks2type = /obj/item/device/encryptionkey/headset_medsci

/obj/item/device/radio/headset/headset_medsci/alt
/obj/item/device/radio/headset/alt/headset_medsci
name = "medical research bowman headset"
icon_state = "medsci_headset_alt"
item_state = "headset_alt"
Expand Down
Binary file modified icons/obj/item/device/radio/headset_alt.dmi
Binary file not shown.
Binary file modified icons/obj/item/device/radio/headset_alt_double.dmi
Binary file not shown.
Binary file modified icons/obj/item/device/radio/headset_clip.dmi
Binary file not shown.
Binary file modified icons/obj/item/device/radio/headset_wrist.dmi
Binary file not shown.

0 comments on commit e509f8c

Please sign in to comment.