This commit is contained in:
PopeDaveThe3th
2025-09-24 12:55:42 +00:00
committed by GitHub
parent 3e39dae7ff
commit 60f5a240a4
2 changed files with 13 additions and 0 deletions
@@ -134,6 +134,19 @@
buildstacktype = /obj/item/stack/sheet/wood
buildstackamount = 5
/obj/structure/bed/dirty
name = "dirty mattress"
desc = "An old, filthy mattress covered in strange and unidentifiable stains. It looks quite uncomfortable."
icon_state = "dirty_mattress"
comfort = 0.5
buildstackamount = 5
/obj/structure/bed/dirty/double
name = "large dirty mattress"
desc = "An old, filthy king-sized mattress covered in strange and unidentifiable stains. It looks quite uncomfortable."
icon_state = "dirty_mattress_large"
buildstackamount = 10
/*
* Roller beds
*/