ports skyrat double beds

This commit is contained in:
Dahlular
2022-04-11 06:37:02 -06:00
parent 286b651f62
commit c373d3a355
4 changed files with 111 additions and 0 deletions
@@ -0,0 +1,110 @@
/obj/structure/bed/double
name = "double bed"
icon_state = "doublebed"
icon = 'modular_skyrat/modules/aesthetics/furniture/furniture.dmi'
/obj/item/bedsheet/double
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
icon_state = "doublesheet"
slot_flags = null
/obj/item/bedsheet/blue/double
icon_state = "doublesheetblue"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/green/double
icon_state = "doublesheetgreen"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/orange/double
icon_state = "doublesheetorange"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/purple/double
icon_state = "doublesheetpurple"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/rainbow/double //all the way across the sky.
icon_state = "doublesheetrainbow"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/red/double
icon_state = "doublesheetred"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/yellow/double
icon_state = "doublesheetyellow"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/mime/double
icon_state = "doublesheetmime"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/clown/double
icon_state = "doublesheetclown"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/captain/double
icon_state = "doublesheetcaptain"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/rd/double
icon_state = "doublesheetrd"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/hos/double
icon_state = "doublesheethos"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/hop/double
icon_state = "doublesheethop"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/ce/double
icon_state = "doublesheetce"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/brown/double
icon_state = "doublesheetbrown"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/ian/double
icon_state = "doublesheetian"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/centcom/double
icon_state = "doublesheetcc"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/nanotrasen/double
icon_state = "doublesheetNT"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/qm/double
icon_state = "doublesheetqm"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
/obj/item/bedsheet/cmo/double
icon_state = "doublesheetCMO"
icon = 'modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi'
slot_flags = null
Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+1
View File
@@ -3459,5 +3459,6 @@
#include "modular_citadel\code\modules\vore\eating\voreitems.dm"
#include "modular_citadel\code\modules\vore\eating\vorepanel_vr.dm"
#include "modular_citadel\interface\skin.dmf"
#include "modular_skyrat\modules\aesthetics\furniture\bed.dm"
#include "yogstation\code\modules\power\energyharvester.dm"
// END_INCLUDE