Eris Chairs/Beds Sprites

This commit is contained in:
Arokha Sieyes
2017-04-23 17:57:04 -04:00
parent 06ab089bb2
commit e03a355fe5
3 changed files with 10 additions and 1 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.dmi'
icon = 'icons/obj/furniture_vr.dmi' //VOREStation Edit - Using Eris furniture
icon_state = "bed"
pressure_resistance = 15
anchored = 1
@@ -82,6 +82,15 @@
src.set_dir(turn(src.dir, 90))
return
//VOREStation Add - Shuttle Chair
/obj/structure/bed/chair/shuttle
name = "chair"
desc = "You sit in this. Either by will or force."
icon_state = "shuttle_chair"
color = null
base_icon = "shuttle_chair"
applies_material_colour = 0
//VOREStation Add End
// Leaving this in for the sake of compilation.
/obj/structure/bed/chair/comfy
desc = "It's a chair. It looks comfy."