Black Bedsheets

This commit is contained in:
KorPhaeron
2016-04-07 14:42:26 -05:00
parent 08811737a7
commit b5b523f7f0
2 changed files with 5 additions and 1 deletions

View File

@@ -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."

View File

@@ -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)