Skip to content

Commit

Permalink
Merge pull request #2606 from Kelprunner/tox-kit
Browse files Browse the repository at this point in the history
Tox Loadout Update (good to merge if it passes checks)
  • Loading branch information
Tk420634 authored Jul 6, 2023
2 parents e954f6d + 0cbb892 commit fea39ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modular_citadel/code/modules/client/loadout/__donator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
/obj/item/storage/box/large/custom_kit/Delta_Dav/PopulateContents()
new /obj/item/clothing/head/f13/ncr/steelpot_mp(src)
new /obj/item/clothing/under/f13/ncr/ncr_dress(src)
new /obj/item/clothing/accessory/armband/black(src)
new /obj/item/clothing/accessory/armband/black(src)

// E

Expand Down Expand Up @@ -718,9 +718,9 @@
new /obj/item/clothing/head/helmet/knight/f13/metal(src)
new /obj/item/gun/energy/mmlbuster(src)

/datum/gear/donator/kits/lowpowermia
/datum/gear/donator/kits/lowpowermia
name = "Gunslinger Kit"
path = /obj/item/storage/box/large/custom_kit/lowpowermia
path = /obj/item/storage/box/large/custom_kit/lowpowermia
ckeywhitelist = list("lowpowermia")

/obj/item/storage/box/large/custom_kit/lowpowermia/PopulateContents()
Expand Down Expand Up @@ -1038,6 +1038,8 @@
new /obj/item/gun/ballistic/automatic/g11/tox(src)
new /obj/item/gun/ballistic/automatic/pistol/type17/c96auto/tox(src)
new /obj/item/ammo_box/magazine/uzim9mm/rockwell(src)
new /obj/item/clothing/under/f13/chinasuitcosmetic(src)
new /obj/item/clothing/head/f13/chinahelmetcosmetic(src)

/obj/item/pet_carrier/paws
name = "Paws' carrier"
Expand Down

0 comments on commit fea39ab

Please sign in to comment.