Mountable frame bugfixes and minor refactor (#13076)

* initial

* bit of code cleanup / refactoring

* review changes

* CRLF to LF

* GLOB stuff

* travis did not like that

Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
This commit is contained in:
SteelSlayer
2020-06-26 02:19:27 -05:00
committed by GitHub
parent 74d0e6523b
commit 9ea748b130
9 changed files with 57 additions and 35 deletions
@@ -6,5 +6,5 @@
mount_reqs = list("simfloor", "nospace")
/obj/item/mounted/frame/firealarm/do_build(turf/on_wall, mob/user)
new /obj/machinery/firealarm(get_turf(src), get_dir(on_wall, user), 1)
new /obj/machinery/firealarm(get_turf(src), get_dir(user, on_wall), 1)
qdel(src)