Files
Bubberstation/code/datums/components/deployable.dm
SkyratBot b12153ef00 [MIRROR] Fixes the deployable component rotating things it isnt supposed to [MDB IGNORE] (#26095)
* Fixes the deployable component rotating things it isnt supposed to (#80877)

## About The Pull Request

Actually moves the rotation part of the code under the check for if the
component is supposed to rotate things
## Why It's Good For The Game

Despite setting the variable for rotating stuff to no, the component
would still rotate stuff, this is bad
## Changelog
🆑
fix: The deployable component will now actually stop rotating things
when the variable to not do that is set
/🆑

* Fixes the deployable component rotating things it isnt supposed to

---------

Co-authored-by: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com>
2024-01-12 03:54:50 +01:00

3.7 KiB