Adds support for more "[dir] bump" mapping (#16908)

This commit is contained in:
S34N
2021-12-03 07:10:11 +00:00
committed by GitHub
parent 2781d3ffaa
commit 2797b60bc1
7 changed files with 32 additions and 1 deletions
@@ -19,6 +19,7 @@
/obj/structure/extinguisher_cabinet/Initialize(mapload, direction = null)
. = ..()
name = "extinguisher cabinet"
if(direction)
setDir(direction)
set_pixel_offsets_from_dir(28, -28, 30, -30)