Skip to content

Commit

Permalink
guns
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 29, 2023
1 parent 9a4dddc commit 7762e54
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@
/obj/item/clothing/mask/breath = 1,
)
)
if (prob(5))
belt = pickweight(list(
/obj/item/gun/ballistic/automatic/pistol/m1911 = 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,
)
)
back = pickweight(list(
/obj/item/storage/backpack = 1,
/obj/item/storage/backpack/satchel = 1,
Expand Down

0 comments on commit 7762e54

Please sign in to comment.