Merge pull request #8751 from Citadel-Station-13/LetterJay-patch-1

Fixes wrong item path for donator loadout
This commit is contained in:
LetterJay
2019-06-27 08:57:25 -05:00
committed by GitHub
@@ -408,5 +408,5 @@ datum/gear/darksabresheath
/datum/gear/longblackgloves
name = "Luna's Gauntlets"
category = SLOT_GLOVES
path = /obj/item/clothing/suit/commjacket
path = /obj/item/clothing/gloves/longblackgloves
ckeywhitelist = list("bigmanclancy")