Skip to content

Commit

Permalink
need to trim the size of this pick
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 29, 2023
1 parent 9d809d5 commit f5db127
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
/obj/item/storage/backpack/satchel/leather = 1
)
)
backpack_contents += pickweight(list(
backpack_contents += pick(
/obj/item/dice/d20,
/obj/item/lipstick/black,
/obj/item/lipstick,
Expand Down Expand Up @@ -171,7 +171,6 @@
/obj/item/flashlight,
/obj/item/crowbar/red,
)
)

/datum/outfit/generic

Expand Down

0 comments on commit f5db127

Please sign in to comment.