[MIRROR] Lawyer PDAs can't be painted by the HoS [MDB IGNORE] (#19653)

* Lawyer PDAs can't be painted by the HoS (#70697)

## About The Pull Request

Removes the Lawyer's PDA from the head of security's PDA painter, as
they're a Service job.

## Why It's Good For The Game

They're a Service job, there's no reason for the Head of Security to be
able to have any authority over them or their equipment.

## Changelog

🆑
fix: The HoS' PDA painter can no longer paint PDAs into Lawyer ones.
/🆑

* Lawyer PDAs can't be painted by the HoS

---------

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-04 12:59:13 +00:00
committed by GitHub
co-authored by John Willard
parent 16a0754cc2
commit 0f35cff251
+1 -1
View File
@@ -543,7 +543,7 @@
/obj/item/modular_computer/pda/cargo = list(REGION_SUPPLY), \
/obj/item/modular_computer/pda/shaftminer = list(REGION_SUPPLY), \
/obj/item/modular_computer/pda/chaplain = list(REGION_GENERAL), \
/obj/item/modular_computer/pda/lawyer = list(REGION_GENERAL, REGION_SECURITY), \
/obj/item/modular_computer/pda/lawyer = list(REGION_GENERAL), \
/obj/item/modular_computer/pda/botanist = list(REGION_GENERAL), \
/obj/item/modular_computer/pda/roboticist = list(REGION_RESEARCH), \
/obj/item/modular_computer/pda/curator = list(REGION_GENERAL), \