mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Misc additions I made while sleep deprived (#11535)
* Base Commit * Small Fix * Small Fix * Small Fix
This commit is contained in:
committed by
Chompstation Bot
parent
24d867c15f
commit
91fc1bd364
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user