mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
[MIRROR] lights placed on walls with the RLD now face the correct direction. (#29414)
* lights placed on walls with the RLD now face the correct direction. (#85875) ## About The Pull Request They ought to face away from the wall, not toward it. ## Why It's Good For The Game This will fix #85681. ## Changelog 🆑 fix: lights placed on walls with the RLD now face the correct direction. /🆑 * lights placed on walls with the RLD now face the correct direction. --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
return ITEM_INTERACT_BLOCKING
|
||||
activate()
|
||||
var/obj/machinery/light/L = new /obj/machinery/light(get_turf(winner))
|
||||
L.setDir(get_dir(winner, interacting_with))
|
||||
L.setDir(get_dir(interacting_with, winner))
|
||||
L.color = color_choice
|
||||
L.set_light_color(color_choice)
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user