mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
The Uniformity : The Confluence of Conformity (#13773)
This commit is contained in:
@@ -149,18 +149,22 @@
|
||||
/datum/outfit/admin/pod/rep
|
||||
name = "RescuePod - IdrisRep"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/idris
|
||||
head = /obj/item/clothing/head/beret/corporate/idris
|
||||
uniform = /obj/item/clothing/under/rank/liaison/idris
|
||||
suit = /obj/item/clothing/suit/storage/liaison/idris
|
||||
id = /obj/item/card/id/idris
|
||||
pda = /obj/item/modular_computer/handheld/pda/civilian/lawyer
|
||||
shoes = /obj/item/clothing/shoes/laceup
|
||||
glasses = /obj/item/clothing/glasses/sunglasses/big
|
||||
l_hand = /obj/item/storage/briefcase
|
||||
accessory = /obj/item/clothing/accessory/tie/corporate/idris
|
||||
suit_accessory = /obj/item/clothing/accessory/pin/corporate/idris
|
||||
backpack_contents = list(
|
||||
/obj/item/clothing/head/beret/centcom/liaison = 1,
|
||||
/obj/item/device/camera = 1,
|
||||
/obj/item/gun/energy/pistol = 1,
|
||||
/obj/item/device/oxycandle = 1,
|
||||
/obj/item/airbubble = 1
|
||||
/obj/item/airbubble = 1,
|
||||
/obj/item/stamp/idris = 1
|
||||
)
|
||||
|
||||
/datum/outfit/admin/pod/rep/get_id_assignment()
|
||||
@@ -231,7 +235,7 @@
|
||||
|
||||
|
||||
/datum/outfit/admin/pod/pmc
|
||||
name = "RescuePod - EPMC Sergeant"
|
||||
name = "RescuePod - PMCG Sergeant"
|
||||
head = /obj/item/clothing/head/helmet/space/void/cruiser
|
||||
suit = /obj/item/clothing/suit/space/void/cruiser
|
||||
suit_store = /obj/item/tank/oxygen
|
||||
@@ -239,10 +243,10 @@
|
||||
id = /obj/item/card/id/pmc
|
||||
pda = /obj/item/modular_computer/handheld/pda/security
|
||||
belt = /obj/item/gun/energy/gun/nuclear
|
||||
uniform = /obj/item/clothing/under/rank/security/eridani
|
||||
uniform = /obj/item/clothing/under/rank/security/pmc
|
||||
|
||||
/datum/outfit/admin/pod/pmc/get_id_assignment()
|
||||
return "Security Officer (EPMC)"
|
||||
return "Security Officer (PMCG)"
|
||||
|
||||
/datum/outfit/admin/pod/pmc/get_id_rank()
|
||||
return "Security Officer"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
short_name = "eridanileader"
|
||||
mob_name_prefix = "Ldr. "
|
||||
max_count = 1
|
||||
desc = "The leader of the EPMC Asset Protection Team. Ensure your employers bottom line remains protected and don't sign blindly."
|
||||
desc = "The leader of the PMCG Asset Protection Team. Ensure your employers bottom line remains protected and don't sign blindly."
|
||||
outfit = /datum/outfit/admin/ert/ap_eridani/lead
|
||||
possible_species = list(SPECIES_HUMAN)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
short_name = "eridanidoctor"
|
||||
mob_name_prefix = "Dr. "
|
||||
max_count = 1
|
||||
desc = "A highly trained Eridani medical officer and the second in command of the EPMC Asset Protection Team. Well versed in surgical procedures and expected to work in a hot zone. Not a stranger to a bank run."
|
||||
desc = "A highly trained Eridani medical officer and the second in command of the PMCG Asset Protection Team. Well versed in surgical procedures and expected to work in a hot zone. Not a stranger to a bank run."
|
||||
outfit = /datum/outfit/admin/ert/ap_eridani/doctor
|
||||
possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_IPC_SHELL)
|
||||
|
||||
|
||||
@@ -23,9 +23,8 @@
|
||||
/datum/outfit/admin/zenghu_survivor
|
||||
name = "Zeng-Hu Employee"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/zeng
|
||||
uniform = /obj/item/clothing/under/rank/scientist
|
||||
shoes = /obj/item/clothing/shoes/white
|
||||
belt = /obj/item/storage/belt/utility/full
|
||||
id = /obj/item/card/id/zeng_hu
|
||||
r_hand = /obj/item/device/flashlight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user