mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user