Merge pull request #4594 from Citadel-Station-13/upstream-merge-33911

[MIRROR] Adds white and rainbow gloves to the gloves/color/random selection pool
This commit is contained in:
LetterJay
2018-01-01 04:26:56 -06:00
committed by GitHub
+3 -1
View File
@@ -202,7 +202,9 @@
/obj/item/clothing/gloves/color/green = 1,
/obj/item/clothing/gloves/color/grey = 1,
/obj/item/clothing/gloves/color/light_brown = 1,
/obj/item/clothing/gloves/color/brown = 1)
/obj/item/clothing/gloves/color/brown = 1,
/obj/item/clothing/gloves/color/white = 1,
/obj/item/clothing/gloves/color/rainbow = 1)
var/obj/item/clothing/gloves/color/selected = pick(gloves)
if(ishuman(loc))