Revert beds to Polaris sprites

This commit is contained in:
Arokha Sieyes
2017-04-26 13:14:28 -04:00
parent e9415683d1
commit a7929544e7
3 changed files with 3 additions and 2 deletions
@@ -10,7 +10,7 @@
/obj/structure/bed
name = "bed"
desc = "This is used to lie in, sleep in or strap on."
icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - Using Eris furniture
icon = 'icons/obj/furniture.dmi'
icon_state = "bed"
pressure_resistance = 15
anchored = 1
@@ -1,6 +1,7 @@
/obj/structure/bed/chair //YES, chairs are a type of bed, which are a type of stool. This works, believe me. -Pete
name = "chair"
desc = "You sit in this. Either by will or force."
icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - Using Eris furniture
icon_state = "chair_preview"
color = "#666666"
base_icon = "chair"
@@ -4,7 +4,7 @@ var/global/list/stool_cache = list() //haha stool
/obj/item/weapon/stool
name = "stool"
desc = "Apply butt."
icon = 'icons/obj/furniture.dmi'
icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - new Icons
icon_state = "stool_preview" //set for the map
force = 10
throwforce = 10