diff --git a/code/game/objects/structures/barricades.dm b/code/game/objects/structures/barricades.dm index 098b126d00..f33c400023 100644 --- a/code/game/objects/structures/barricades.dm +++ b/code/game/objects/structures/barricades.dm @@ -104,6 +104,12 @@ return TRUE return FALSE +/obj/structure/barricade/planks + name = "crude barricade" + icon_state = "barricade_planks" + health = 50 + maxhealth = 50 + /obj/structure/barricade/sandbag name = "sandbags" desc = "Bags. Bags of sand. It's rough and coarse and somehow stays in the bag." diff --git a/code/game/objects/structures/stool_bed_chair_nest/bed.dm b/code/game/objects/structures/stool_bed_chair_nest/bed.dm index 962b17754b..9971722f11 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm @@ -301,7 +301,7 @@ /obj/structure/bed/roller/Moved(atom/old_loc, direction, forced = FALSE) . = ..() - + playsound(src, 'sound/effects/roll.ogg', 100, 1) /obj/structure/bed/roller/post_buckle_mob(mob/living/M as mob) diff --git a/icons/obj/furniture.dmi b/icons/obj/furniture.dmi index 098fc4461c..64227b0b20 100644 Binary files a/icons/obj/furniture.dmi and b/icons/obj/furniture.dmi differ diff --git a/icons/obj/objects_vr.dmi b/icons/obj/objects_vr.dmi index 467297775f..db7f71aef3 100644 Binary files a/icons/obj/objects_vr.dmi and b/icons/obj/objects_vr.dmi differ diff --git a/icons/obj/storage_vr.dmi b/icons/obj/storage_vr.dmi index 07d87323ad..2975e65409 100644 Binary files a/icons/obj/storage_vr.dmi and b/icons/obj/storage_vr.dmi differ diff --git a/icons/obj/structures.dmi b/icons/obj/structures.dmi index 565190a6dd..d1c5a38ff1 100644 Binary files a/icons/obj/structures.dmi and b/icons/obj/structures.dmi differ