mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 04:32:14 +00:00
Bedsheets can be worn as capes
This commit is contained in:
@@ -10,6 +10,7 @@ LINEN BINS
|
|||||||
icon = 'icons/obj/items.dmi'
|
icon = 'icons/obj/items.dmi'
|
||||||
icon_state = "sheet"
|
icon_state = "sheet"
|
||||||
item_state = "bedsheet"
|
item_state = "bedsheet"
|
||||||
|
slot_flags = SLOT_BACK
|
||||||
layer = 4.0
|
layer = 4.0
|
||||||
throwforce = 1
|
throwforce = 1
|
||||||
throw_speed = 1
|
throw_speed = 1
|
||||||
@@ -38,51 +39,67 @@ LINEN BINS
|
|||||||
|
|
||||||
/obj/item/weapon/bedsheet/blue
|
/obj/item/weapon/bedsheet/blue
|
||||||
icon_state = "sheetblue"
|
icon_state = "sheetblue"
|
||||||
|
item_state = "sheetblue"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/green
|
/obj/item/weapon/bedsheet/green
|
||||||
icon_state = "sheetgreen"
|
icon_state = "sheetgreen"
|
||||||
|
item_state = "sheetgreen"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/orange
|
/obj/item/weapon/bedsheet/orange
|
||||||
icon_state = "sheetorange"
|
icon_state = "sheetorange"
|
||||||
|
item_state = "sheetorange"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/purple
|
/obj/item/weapon/bedsheet/purple
|
||||||
icon_state = "sheetpurple"
|
icon_state = "sheetpurple"
|
||||||
|
item_state = "sheetpurple"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/rainbow
|
/obj/item/weapon/bedsheet/rainbow
|
||||||
icon_state = "sheetrainbow"
|
icon_state = "sheetrainbow"
|
||||||
|
item_state = "sheetrainbow"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/red
|
/obj/item/weapon/bedsheet/red
|
||||||
icon_state = "sheetred"
|
icon_state = "sheetred"
|
||||||
|
item_state = "sheetred"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/yellow
|
/obj/item/weapon/bedsheet/yellow
|
||||||
icon_state = "sheetyellow"
|
icon_state = "sheetyellow"
|
||||||
|
item_state = "sheetyellow"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/mime
|
/obj/item/weapon/bedsheet/mime
|
||||||
icon_state = "sheetmime"
|
icon_state = "sheetmime"
|
||||||
|
item_state = "sheetmime"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/clown
|
/obj/item/weapon/bedsheet/clown
|
||||||
icon_state = "sheetclown"
|
icon_state = "sheetclown"
|
||||||
|
item_state = "sheetclown"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/captain
|
/obj/item/weapon/bedsheet/captain
|
||||||
icon_state = "sheetcaptain"
|
icon_state = "sheetcaptain"
|
||||||
|
item_state = "sheetcaptain"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/rd
|
/obj/item/weapon/bedsheet/rd
|
||||||
icon_state = "sheetrd"
|
icon_state = "sheetrd"
|
||||||
|
item_state = "sheetrd"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/medical
|
/obj/item/weapon/bedsheet/medical
|
||||||
icon_state = "sheetmedical"
|
icon_state = "sheetmedical"
|
||||||
|
item_state = "sheetmedical"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/hos
|
/obj/item/weapon/bedsheet/hos
|
||||||
icon_state = "sheethos"
|
icon_state = "sheethos"
|
||||||
|
item_state = "sheethos"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/hop
|
/obj/item/weapon/bedsheet/hop
|
||||||
icon_state = "sheethop"
|
icon_state = "sheethop"
|
||||||
|
item_state = "sheethop"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/ce
|
/obj/item/weapon/bedsheet/ce
|
||||||
icon_state = "sheetce"
|
icon_state = "sheetce"
|
||||||
|
item_state = "sheetce"
|
||||||
|
|
||||||
/obj/item/weapon/bedsheet/brown
|
/obj/item/weapon/bedsheet/brown
|
||||||
icon_state = "sheetbrown"
|
icon_state = "sheetbrown"
|
||||||
|
item_state = "sheetbrown"
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/bedsheetbin
|
/obj/structure/bedsheetbin
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 61 KiB |
Reference in New Issue
Block a user