Misc additions I made while sleep deprived (#11535)

* Base Commit

* Small Fix

* Small Fix

* Small Fix
This commit is contained in:
Ghost Actual
2021-10-22 17:49:28 +00:00
committed by Chompstation Bot
parent 24d867c15f
commit 91fc1bd364
6 changed files with 7 additions and 1 deletions
@@ -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."
@@ -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)