mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Makes all carpet types orderable and gives them tile icons
This commit is contained in:
@@ -57,20 +57,47 @@
|
||||
containername = "Cardboard sheets crate"
|
||||
|
||||
/datum/supply_pack/materials/carpet
|
||||
name = "Imported carpet"
|
||||
name = "Imported standard carpet"
|
||||
containertype = /obj/structure/closet/crate/grayson
|
||||
containername = "Imported carpet crate"
|
||||
cost = 15
|
||||
contains = list(
|
||||
/obj/fiftyspawner/carpet,
|
||||
/obj/fiftyspawner/tealcarpet
|
||||
/obj/fiftyspawner/tealcarpet,
|
||||
/obj/fiftyspawner/turcarpet
|
||||
)
|
||||
|
||||
/datum/supply_pack/materials/carpet_ornate
|
||||
name = "Imported ornate carpet"
|
||||
containertype = /obj/structure/closet/crate/grayson
|
||||
containername = "Imported ornate carpet crate"
|
||||
cost = 20
|
||||
contains = list(
|
||||
/obj/fiftyspawner/brncarpet,
|
||||
/obj/fiftyspawner/blucarpet2,
|
||||
/obj/fiftyspawner/greencarpet,
|
||||
/obj/fiftyspawner/purplecarpet
|
||||
)
|
||||
|
||||
/datum/supply_pack/materials/carpet_diamond
|
||||
name = "Imported diamond carpet"
|
||||
containertype = /obj/structure/closet/crate/grayson
|
||||
containername = "Imported diamond carpet crate"
|
||||
cost = 30
|
||||
contains = list(
|
||||
/obj/fiftyspawner/bcarpet,
|
||||
/obj/fiftyspawner/blucarpet,
|
||||
/obj/fiftyspawner/sblucarpet,
|
||||
/obj/fiftyspawner/gaycarpet,
|
||||
/obj/fiftyspawner/purcarpet,
|
||||
/obj/fiftyspawner/oracarpet
|
||||
)
|
||||
|
||||
/datum/supply_pack/materials/retrocarpet
|
||||
name = "Retro carpet"
|
||||
name = "Imported retro carpet"
|
||||
containertype = /obj/structure/closet/crate/grayson
|
||||
containername = "Retro carpet crate"
|
||||
cost = 15
|
||||
containername = "Imported retro carpet crate"
|
||||
cost = 20
|
||||
contains = list(
|
||||
/obj/fiftyspawner/geocarpet,
|
||||
/obj/fiftyspawner/retrocarpet,
|
||||
|
||||
Reference in New Issue
Block a user