Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Mar 5, 2024
1 parent 2d1361a commit 1398211
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
)
if (prob(10))
belt = pickweight(list(
/obj/item/gun/ballistic/automatic/pistol/m1911 = 2,
/obj/item/gun/ballistic/automatic/pistol/candor = 2,
/obj/item/gun/ballistic/automatic/pistol/commander = 1,
/obj/item/gun/ballistic/automatic/pistol = 1,
/obj/item/gun/ballistic/revolver = 1,
/obj/item/gun/ballistic/revolver/pepperbox = 1,
/obj/item/gun/ballistic/revolver/firebrand = 1,
)
)
if(prob(50))
Expand Down Expand Up @@ -412,7 +412,7 @@
if(prob(75))
backpack_contents += pickweight(list(
/obj/item/spacecash/bundle/mediumrand = 5,
/obj/item/ammo_box/a762 = 5,
/obj/item/ammo_box/magazine/illestren_a850r = 5,
/obj/item/ammo_box/magazine/zip_ammo_9mm = 5,
/obj/item/modular_computer/tablet/preset/cargo = 3,
/obj/item/stack/tape = 3,
Expand All @@ -425,7 +425,7 @@
accessory = /obj/item/clothing/accessory/armband/cargo
if(prob(25))
suit = /obj/item/clothing/suit/armor/vest/scrap_armor
suit_store = /obj/item/gun/ballistic/rifle/boltaction //An attempt to refrence gun cargo
suit_store = /obj/item/gun/ballistic/rifle/illestren

/datum/outfit/generic/cargo
name = "Cargo Technician (Legion)"
Expand Down

0 comments on commit 1398211

Please sign in to comment.