mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-25 05:36:17 +01:00
ports skyrat double beds
This commit is contained in:
@@ -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 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user