Adds Nightcaps (2nd try) (#70117)

This was taken from #67742 by @soapstain22 and I really liked the idea. Not sure why the original author closed it but here it is again.

Adds red and blue nightcaps to the pajama lockers.
This commit is contained in:
Tim
2022-09-28 11:07:27 +01:00
committed by GitHub
parent e1447a60e9
commit 83e443fe41
4 changed files with 17 additions and 7 deletions
@@ -123,8 +123,12 @@
/obj/structure/closet/wardrobe/pjs/PopulateContents()
new /obj/item/clothing/under/misc/pj/red(src)
new /obj/item/clothing/under/misc/pj/red(src)
new /obj/item/clothing/head/nightcap/red(src)
new /obj/item/clothing/head/nightcap/red(src)
new /obj/item/clothing/under/misc/pj/blue(src)
new /obj/item/clothing/under/misc/pj/blue(src)
new /obj/item/clothing/head/nightcap/blue(src)
new /obj/item/clothing/head/nightcap/blue(src)
for(var/i in 1 to 4)
new /obj/item/clothing/shoes/sneakers/white(src)
return