Fixes the captain's PDA (#66908)

I screwed it up and didn't make the Captain's PDA a subtype of heads, so captain was spawning with the wrong PDA.
This commit is contained in:
John Willard
2022-05-13 10:57:46 -04:00
committed by GitHub
parent 7628ef7f96
commit cfca867cf8
4 changed files with 4 additions and 3 deletions
@@ -12,6 +12,7 @@
new /obj/item/clothing/neck/petcollar(src)
new /obj/item/pet_carrier(src)
new /obj/item/storage/bag/garment/captain(src)
new /obj/item/computer_hardware/hard_drive/portable/command/captain(src)
new /obj/item/storage/box/silver_ids(src)
new /obj/item/radio/headset/heads/captain/alt(src)
new /obj/item/radio/headset/heads/captain(src)