Skip to content

Commit

Permalink
kill people i think
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Nov 9, 2023
1 parent 729364b commit 39b5693
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/modules/clothing/outfits/ert/inteq_ert.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
ears = /obj/item/radio/headset/inteq/alt
id = /obj/item/card/id
belt = /obj/item/storage/belt/security/webbing/inteq/ak47
back = /obj/item/storage/backpack/fireproof

l_pocket = /obj/item/kitchen/knife/combat
r_pocket = /obj/item/flashlight/seclite

backpack_contents = list(/obj/item/radio=1)

id_role = "Enforcer"

/datum/outfit/centcom/ert/inteq/shotgun
Expand All @@ -22,7 +25,7 @@
suit_store = /obj/item/gun/ballistic/shotgun/automatic/combat
belt = /obj/item/storage/belt/security/webbing/inteq/alt

backpack_contents = list(/obj/item/storage/box/lethalshot=2)
backpack_contents = list(/obj/item/storage/box/lethalshot=2, /obj/item/radio=1)

id_role = "Enforcer"

Expand All @@ -37,6 +40,8 @@

id_role = "Corpsman"

backpack_contents = list(/obj/item/storage/firstaid/medical=1, /obj/item/radio=1)

/datum/outfit/centcom/ert/inteq/leader
name = "ERT - Inteq Vanguard"

Expand Down

0 comments on commit 39b5693

Please sign in to comment.