Renames "non-crew" to "outsider," provides external ID

-Renames "non-crew" to "outsider."
-Provides an external ID to outsiders, allowing PDA use.
-Improves grammar in outsider job description
-Reformats outsider to use a define for the job name, replaces hard-coded uses of "non-crew" with said define.
This commit is contained in:
Darlantan
2022-11-25 19:56:59 -05:00
parent 4085006fa4
commit 91fc31c6b4
6 changed files with 27 additions and 20 deletions
@@ -1,10 +1,14 @@
/decl/hierarchy/outfit/noncrew
name = OUTFIT_JOB_NAME("Non-Crew")
name = OUTFIT_JOB_NAME(JOB_OUTSIDER)
//hierarchy_type = /decl/hierarchy/outfit/noncrew
uniform = /obj/item/clothing/under/primitive
shoes = /obj/item/clothing/shoes/primitive
r_pocket = /obj/item/weapon/spacecash/ewallet
l_pocket = /obj/item/device/survivalcapsule/superpose
id_slot = slot_wear_id
id_type = /obj/item/weapon/card/id/external // No access, allows activating PDA's.
flags = OUTFIT_HAS_BACKPACK|OUTFIT_EXTENDED_SURVIVAL|OUTFIT_COMPREHENSIVE_SURVIVAL
/decl/hierarchy/outfit/noncrew/post_equip(mob/living/carbon/human/H)