Skip to content

Commit

Permalink
Updates W-Corp L2A Equipment (#1693)
Browse files Browse the repository at this point in the history
Update wcorprecon.dm
  • Loading branch information
Moribox authored Dec 4, 2023
1 parent 041502b commit f3193cd
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions code/modules/jobs/job_types/wcorp/wcorprecon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<span class='userdanger'>You have been assigned to the [squad] squad. </span>")
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
Expand Down

0 comments on commit f3193cd

Please sign in to comment.