Skip to content

Commit

Permalink
uu
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 11, 2024
1 parent 253cb79 commit 404c566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/outfits/factions/minutemen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
belt = /obj/item/storage/belt/military/clip/gunner
suit_store = /obj/item/gun/ballistic/automatic/hmg/cm40

backpack_contents = list(/obj/item/clothing/mask/gas/clip=1, /obj/effect/spawner/lootdrop/ration=1)
backpack_contents = list(/obj/item/clothing/mask/gas/clip=1, /obj/item/storage/ration/shredded_beef=1)

///lead, i guess you could reuse this for "Brig Officer"

Expand Down Expand Up @@ -648,7 +648,7 @@
suit_store = /obj/item/gun/ballistic/automatic/assault/cm82
belt = /obj/item/storage/belt/military/clip/cm82
//replace commander with the cm23 when its impemented, see the cm-f4 above
backpack_contents = list(/obj/item/clothing/mask/gas/clip=1, /obj/effect/spawner/lootdrop/ration=1, /obj/item/gun/ballistic/automatic/pistol/commander=1)
backpack_contents = list(/obj/item/clothing/mask/gas/clip=1, /obj/item/storage/ration/shredded_beef=1, /obj/item/gun/ballistic/automatic/pistol/commander=1)

/datum/outfit/job/clip/minutemen/grunt/commander
name = "CLIP Minutemen - Field Commander"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
/obj/item/stack/sheet/sinew = 5,
/obj/item/stack/sheet/bone = 5,
/obj/item/melee/knife/combat = 3,
/obj/effect/spawner/lootdrop/ration = 30
/obj/item/storage/ration/shredded_beef = 30
)
)
if (prob(15)) //mayhaps a medkit
Expand Down

0 comments on commit 404c566

Please sign in to comment.