Skip to content

Commit

Permalink
ea
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherHangyul committed Nov 11, 2023
1 parent 34e3d95 commit 8391e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/jobs/job_types/enclave.dm
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@

/datum/outfit/loadout/specmedic
name = "Medic"
suit_store = /obj/item/gun/medbeam = 1
backpack_contents = list(
/obj/item/gun/medbeam = 1,
/obj/item/storage/firstaid/ancient = 1,
/obj/item/reagent_containers/hypospray/medipen/stimpak = 4,
/obj/item/book/granter/trait/midsurgery = 1,
Expand All @@ -327,8 +327,8 @@

/datum/outfit/loadout/specengi
name = "Engineer"
suit_store = /obj/item/gun/ballistic/revolver/grenadelauncher = 1
backpack_contents = list(
/obj/item/gun/ballistic/revolver/grenadelauncher = 1,
/obj/item/ammo_box/a40mm = 2,
/obj/item/storage/belt/utility/full/engi = 1,
/obj/item/book/granter/trait/techno = 1,
Expand Down

0 comments on commit 8391e62

Please sign in to comment.