Skip to content

Commit

Permalink
a gun
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 25, 2023
1 parent 45882a2 commit 55730ba
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,12 @@
/obj/item/grenade/flashbang = 5
)
)
if(prob(70))
backpack_contents += (list(
/obj/item/gun/ballistic/automatic/pistol/APS,
/obj/item/ammo_box/magazine/pistolm9mm
)
)
if(prob(25))
r_pocket = pickweight(list(
/obj/item/chameleon = 1,
Expand Down

0 comments on commit 55730ba

Please sign in to comment.