Converts beds, chairs and stools.

This commit is contained in:
Zuhayr
2015-05-17 03:43:59 +09:30
parent ae3ad84634
commit 14df1e5fb5
6 changed files with 70 additions and 23 deletions
+5 -1
View File
@@ -353,4 +353,8 @@ var/list/name_to_material
var/mob/living/carbon/M = user
if(istype(M) && locate(/obj/item/organ/xenos/hivenode) in M.internal_organs)
return 1
return 0
return 0
/material/leather //todo
name = "leather"
icon_colour = "#5C4831"