Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
TheToaster98
2024-04-26 04:25:18 +10:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent cb30f64b96
commit c8ca8c2192
+8 -9
View File
@@ -108,7 +108,7 @@
containername = "Snack planets crate"
/datum/supply_pack/recreation/pinkpillows
name = "Pink Pillow Crate"
name = "Pillow Crate - Pink"
contains = list(
/obj/item/weapon/bedsheet/pillow = 6
)
@@ -116,7 +116,7 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/tealpillows
name = "Teal Pillow Crate"
name = "Pillow Crate - Teal"
contains = list(
/obj/item/weapon/bedsheet/pillow/teal = 6
)
@@ -124,7 +124,7 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/whitepillows
name = "White Pillow Crate"
name = "Pillow Crate - White"
contains = list(
/obj/item/weapon/bedsheet/pillow/white = 6
)
@@ -132,7 +132,7 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/blackpillows
name = "Black Pillow Crate"
name = "Pillow Crate - Black"
contains = list(
/obj/item/weapon/bedsheet/pillow/black = 6
)
@@ -140,7 +140,7 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/redpillows
name = "Red Pillow Crate"
name = "Pillow Crate - Red"
contains = list(
/obj/item/weapon/bedsheet/pillow/red = 6
)
@@ -148,7 +148,7 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/greenpillows
name = "Green Pillow Crate"
name = "Pillow Crate - Green"
contains = list(
/obj/item/weapon/bedsheet/pillow/green = 6
)
@@ -156,7 +156,7 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/orangepillows
name = "Orange Pillow Crate"
name = "Pillow Crate - Orange"
contains = list(
/obj/item/weapon/bedsheet/pillow/orange = 6
)
@@ -164,10 +164,9 @@
containertype = /obj/structure/closet/crate
/datum/supply_pack/recreation/yellowpillows
name = "Yellow Pillow Crate"
name = "Pillow Crate - Yellow"
contains = list(
/obj/item/weapon/bedsheet/pillow/yellow = 6
)
cost = 10
containertype = /obj/structure/closet/crate