mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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:
co-authored by
John Willard
parent
16a0754cc2
commit
0f35cff251
@@ -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), \
|
||||
|
||||
Reference in New Issue
Block a user