Fixes intercom frames "mounting" in the wrong direction

This commit is contained in:
Krausus
2015-06-08 04:20:27 -04:00
parent 6148867cf3
commit ba38be536b
@@ -6,5 +6,5 @@
mount_reqs = list("simfloor", "nospace")
/obj/item/mounted/frame/intercom/do_build(turf/on_wall, mob/user)
new /obj/item/device/radio/intercom(get_turf(src), get_dir(on_wall, user), 0)
new /obj/item/device/radio/intercom(get_turf(src), get_dir(user, on_wall), 0)
qdel(src)