mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user