mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-03-29 16:33:27 +01:00
* Fixes pipe layer and rotation actions interfering (#63059) Currently, attempting to left + alt click a pipe or pipe accessory will both rotate and change the layer the pipe sits on in the same click. This changes the layer swapping to occur on right + alt click while leaving the rotation action to a left + alt click. Fixes #62809 (and improves atmospherics game-play): try and rotate a pipe with alt click it changes its layer too be sad * Fixes pipe layer and rotation actions interfering Co-authored-by: HarseTheef <74737391+HarseTheef@users.noreply.github.com>