From 4e4b79da1a730bc21f67354832b17998465eac7d Mon Sep 17 00:00:00 2001 From: Mori || Boxes Date: Mon, 4 Dec 2023 17:14:30 -0500 Subject: [PATCH] Update wcorprecon.dm --- code/modules/jobs/job_types/wcorp/wcorprecon.dm | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/code/modules/jobs/job_types/wcorp/wcorprecon.dm b/code/modules/jobs/job_types/wcorp/wcorprecon.dm index 2099e19aaa7a..3da502ba7417 100644 --- a/code/modules/jobs/job_types/wcorp/wcorprecon.dm +++ b/code/modules/jobs/job_types/wcorp/wcorprecon.dm @@ -33,25 +33,14 @@ GLOBAL_LIST_INIT(l2asquads, list("Axe", "Buckler", "Cleaver")) ADD_TRAIT(H, TRAIT_COMBATFEAR_IMMUNE, JOB_TRAIT) var/squad = pick_n_take(GLOB.l2asquads) .=..() - var/ears = null + to_chat(M, "You have been assigned to the [squad] squad. ") - switch(squad) - if("Axe") - ears = /obj/item/radio/headset/wcorp/safety - if("Buckler") - ears = /obj/item/radio/headset/wcorp/discipline - if("Cleaver") - ears = /obj/item/radio/headset/wcorp/welfare - if(ears) - if(H.ears) - qdel(H.ears) - H.equip_to_slot_or_del(new ears(H),ITEM_SLOT_EARS) /datum/outfit/job/wcorpl2recon name = "W-Corp L2 Type A Lieutenant" jobtype = /datum/job/wcorpl2support - ears = /obj/item/radio/headset/headset_welfare + ears = /obj/item/radio/headset/agent_lieutenant glasses = /obj/item/clothing/glasses/sunglasses uniform = /obj/item/clothing/under/suit/lobotomy/wsenior belt = /obj/item/ego_weapon/city/charge/wcorp