mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
flips the light switch direction for building on diagonals (#31223)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
metal_sheets_refunded = 1
|
||||
|
||||
/obj/item/mounted/frame/light_switch/do_build(turf/on_wall, mob/user)
|
||||
new /obj/machinery/light_switch(get_turf(user), get_dir(user, on_wall))
|
||||
new /obj/machinery/light_switch(get_turf(user), get_dir(on_wall, user))
|
||||
qdel(src)
|
||||
|
||||
/obj/item/mounted/frame/light_switch/windowtint
|
||||
|
||||
Reference in New Issue
Block a user