Paradise
Paradise copied to clipboard
Fixes borg cameras
What Does This PR Do
Fixes borg code to not try to toggle it's camera on every tick. Borgs actually turn off their camera when they die, this was broken. Borgs turn on their camera when they are revived, if the wire is not cut. This is re-added, replacing the life check. Pulsing a borgs camera turns it off.
Why It's Good For The Game
This fixes many problems, but yes, a dead borg should have it's camera off, and it should be done properly, not by setting camera status to false, which creates other issues.
Testing
killed borgs, revived borgs, pulsed wires, cut wires, mended wires.
Declaration
- [x] I confirm that I either do not require pre-approval for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.
Changelog
:cl: fix: Fixed borg cameras not turning off when they died. fix: Fixed borg cameras not turning on or off half the time you try to toggle them. fix: Pulsing a borg's camera turns it off properly now. /:cl: