mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Changes pillow crate names on cargo console (#8315)
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user