Merge pull request #3090 from CHOMPStationBot/upstream-merge-11535
[MIRROR] Misc additions I made while sleep deprived
@@ -104,6 +104,12 @@
|
|||||||
return TRUE
|
return TRUE
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
|
/obj/structure/barricade/planks
|
||||||
|
name = "crude barricade"
|
||||||
|
icon_state = "barricade_planks"
|
||||||
|
health = 50
|
||||||
|
maxhealth = 50
|
||||||
|
|
||||||
/obj/structure/barricade/sandbag
|
/obj/structure/barricade/sandbag
|
||||||
name = "sandbags"
|
name = "sandbags"
|
||||||
desc = "Bags. Bags of sand. It's rough and coarse and somehow stays in the bag."
|
desc = "Bags. Bags of sand. It's rough and coarse and somehow stays in the bag."
|
||||||
|
|||||||
@@ -301,7 +301,7 @@
|
|||||||
|
|
||||||
/obj/structure/bed/roller/Moved(atom/old_loc, direction, forced = FALSE)
|
/obj/structure/bed/roller/Moved(atom/old_loc, direction, forced = FALSE)
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|
||||||
playsound(src, 'sound/effects/roll.ogg', 100, 1)
|
playsound(src, 'sound/effects/roll.ogg', 100, 1)
|
||||||
|
|
||||||
/obj/structure/bed/roller/post_buckle_mob(mob/living/M as mob)
|
/obj/structure/bed/roller/post_buckle_mob(mob/living/M as mob)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 111 KiB |