[MIRROR] Fixes an incorrectly assigned var in syndicate turrets, allowing them to shoot again (#3447)

* Fixes an incorrectly set variable in portaturret code that broke all syndicate shuttle turrets (#56941)

Sets a var that was FALSE to TRUE again, so that these turrets can fire once again.

* Fixes an incorrectly assigned var in syndicate turrets, allowing them to shoot again

Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-17 13:46:39 +00:00
committed by GitHub
co-authored by necromanceranne
parent 2763baa0ae
commit d792c19489
@@ -709,7 +709,7 @@ DEFINE_BITFIELD(turret_flags, list(
installation = null
always_up = TRUE
use_power = NO_POWER_USE
has_cover = TRUE
has_cover = FALSE
scan_range = 9
req_access = list(ACCESS_SYNDICATE)
uses_stored = FALSE