Skip to content

Commit

Permalink
replaces the broken cham with full kit
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 25, 2023
1 parent 8d44251 commit 45882a2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -839,12 +839,11 @@
for(var/i = 1 to 3)
if(prob(50))
backpack_contents += pickweight(list(

/obj/item/pen/sleepy = 3,
/obj/item/pen/edagger = 3,
/obj/item/reagent_containers/syringe/mulligan = 3,
/obj/item/suppressor = 5,
/obj/item/clothing/head/chameleon/broken = 5,
/obj/item/storage/box/syndie_kit/chameleon = 5,
/obj/item/grenade/smokebomb = 5,
/obj/item/grenade/flashbang = 5
)
Expand Down

0 comments on commit 45882a2

Please sign in to comment.