all items in disposal pipes now make small sounds when they hit corners. all mobs will make very audible sounds when they hit corners

This commit is contained in:
deathride58
2019-01-11 04:27:53 -05:00
parent 2b68547f8d
commit 37d90a780a
7 changed files with 15 additions and 0 deletions
@@ -5,6 +5,7 @@
desc = "An underfloor disposal pipe with a sorting mechanism."
icon_state = "pipe-j1s"
initialize_dirs = DISP_DIR_RIGHT | DISP_DIR_FLIP
canclank = TRUE
/obj/structure/disposalpipe/sorting/nextdir(obj/structure/disposalholder/H)
var/sortdir = dpdir & ~(dir | turn(dir, 180))