mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Black Bedsheets
This commit is contained in:
@@ -140,6 +140,10 @@ LINEN BINS
|
|||||||
icon_state = "sheetbrown"
|
icon_state = "sheetbrown"
|
||||||
item_color = "cargo"
|
item_color = "cargo"
|
||||||
|
|
||||||
|
/obj/item/weapon/bedsheet/black
|
||||||
|
icon_state = "sheetblack"
|
||||||
|
item_color = "black"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/centcom
|
/obj/item/weapon/bedsheet/centcom
|
||||||
name = "\improper Centcom bedsheet"
|
name = "\improper Centcom bedsheet"
|
||||||
desc = "Woven with advanced nanothread for warmth as well as being very decorated, essential for all officials."
|
desc = "Woven with advanced nanothread for warmth as well as being very decorated, essential for all officials."
|
||||||
|
|||||||
@@ -233,7 +233,7 @@
|
|||||||
//Bed middle right
|
//Bed middle right
|
||||||
cur_turf = locate(start_turf.x+1, start_turf.y, start_turf.z)
|
cur_turf = locate(start_turf.x+1, start_turf.y, start_turf.z)
|
||||||
new /obj/structure/bed/pod(cur_turf)
|
new /obj/structure/bed/pod(cur_turf)
|
||||||
new /obj/item/weapon/bedsheet/brown(cur_turf)
|
new /obj/item/weapon/bedsheet/black(cur_turf)
|
||||||
|
|
||||||
//Chair bottom right
|
//Chair bottom right
|
||||||
cur_turf = locate(start_turf.x+1, start_turf.y-1, start_turf.z)
|
cur_turf = locate(start_turf.x+1, start_turf.y-1, start_turf.z)
|
||||||
|
|||||||
Reference in New Issue
Block a user