Skip to content

Commit

Permalink
how the fuck did i do that
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarinoi authored Jan 2, 2024
1 parent 89d3c38 commit 9016817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
new /obj/item/card/emag(src) //6 TC

/obj/item/storage/box/syndicate/bundle_B/PopulateContents()
switch (pickweight(list("v" = 2, "oddjob" = 2, "neo" = 1, "ninja" = 1, "darklord" = 1, "white_whale_holy_grail" = CARP_CARP_CARP, "mad_scientist" = 2, "bee" = 2, "mr_freeze" = 2, "gang_boss" = 1, "" = 1)))
switch (pickweight(list("v" = 2, "oddjob" = 2, "neo" = 1, "ninja" = 1, "darklord" = 1, "white_whale_holy_grail" = CARP_CARP_CARP, "mad_scientist" = 2, "bee" = 2, "mr_freeze" = 2, "gang_boss" = 1, "solo" = 1)))
if("v") //Big Boss. Total of ~26 TC.
new /obj/item/clothing/under/syndicate/camo(src) //Reskinned tactical turtleneck, free
new /obj/item/clothing/glasses/eyepatch/bigboss(src) //Gives flash protection and night vision, probably around 2-3 TC
Expand Down

0 comments on commit 9016817

Please sign in to comment.