mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Cotton bedfix (#11875)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
105f5fa8ce
commit
f0a9cfe371
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user