mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Fixes intercom frames "mounting" in the wrong direction
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user