[MIRROR] Fixes the captain's PDA [MDB IGNORE] (#13586)

* 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.

* Fixes the captain's PDA

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-14 01:06:52 +02:00
committed by GitHub
parent 2fbe3fd167
commit 8be8604d46
4 changed files with 4 additions and 3 deletions
@@ -23,7 +23,7 @@
greyscale_colors = "#2C7CB2#FF0000#FFFFFF#FFD55B"
insert_type = /obj/item/pen/fountain
/obj/item/modular_computer/tablet/pda/captain/Initialize(mapload)
/obj/item/modular_computer/tablet/pda/heads/captain/Initialize(mapload)
. = ..()
RegisterSignal(src, COMSIG_TABLET_CHECK_DETONATE, .proc/tab_no_detonate)