Removes the "proximity crew pinpointer" (the ones parameds spawn with), paramedic PDAs start with the lifeline app instead (#68993)

* Parameds start with the Lifeline tablet app instead of a proximity pinpointer, with a Calomel bottle replacing their now empty medical belt slot.
This commit is contained in:
MrMelbert
2022-08-07 18:50:31 -05:00
committed by GitHub
parent 1a02b44d12
commit 59cc93b364
6 changed files with 13 additions and 39 deletions
@@ -224,6 +224,14 @@
/datum/computer_file/program/robocontrol,
)
/obj/item/modular_computer/tablet/pda/medical/paramedic
name = "paramedic PDA"
default_applications = list(
/datum/computer_file/program/phys_scanner/medical,
/datum/computer_file/program/records/medical,
/datum/computer_file/program/radar/lifeline,
)
/obj/item/modular_computer/tablet/pda/viro
name = "virology PDA"
greyscale_config = /datum/greyscale_config/tablet/stripe_split
@@ -383,4 +391,3 @@
icon_state = "pda-clear"
greyscale_config = null
greyscale_colors = null