Skip to content

Commit

Permalink
Update __donator.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
jinxynii authored Jun 21, 2023
1 parent 9ea96dd commit 2d5077c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_citadel/code/modules/client/loadout/__donator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,15 @@
new /obj/item/clothing/head/helmet/f13/ncr/rangercombat/eliteriotweak(src)
new /obj/item/gun/ballistic/revolver/revolver44/desert_ranger(src)

/datum/gear/donator/kits/PotatoPerson993
name = "Gobbo Gear"
path = /obj/item/storage/box/large/custom_kit/PotatoPerson993
ckeywhitelist = list("PotatoPerson993")

/obj/item/storage/box/large/custom_kit/PotatoPerson993/PopulateContents()
new /obj/item/clothing/under/f13/recon/outcast(src)
new /obj/item/book/granter/crafting_recipe/blueprint/plasmarifle(src)

// Q
// R

Expand Down

0 comments on commit 2d5077c

Please sign in to comment.