[MIRROR] Cotton bedfix (#11875)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-26 15:59:26 -07:00
committed by GitHub
parent 105f5fa8ce
commit f0a9cfe371
4 changed files with 17 additions and 4 deletions

View File

@@ -193,10 +193,10 @@
base_icon = "psychbed"
/obj/structure/bed/psych/Initialize(mapload)
. = ..(mapload,MAT_WOOD,MAT_LEATHER)
. = ..(mapload, MAT_WOOD, MAT_LEATHER)
/obj/structure/bed/padded/Initialize(mapload)
. = ..(mapload,MAT_PLASTIC,MAT_COTTON)
. = ..(mapload, MAT_PLASTIC, MAT_CLOTH)
/obj/structure/bed/double
name = "double bed"
@@ -204,7 +204,7 @@
base_icon = "doublebed"
/obj/structure/bed/double/padded/Initialize(mapload)
. = ..(mapload,MAT_WOOD,MAT_COTTON)
. = ..(mapload, MAT_WOOD, MAT_CLOTH)
/obj/structure/bed/double/post_buckle_mob(mob/living/M as mob)
if(M.buckled == src)