Skip to content

Commit

Permalink
bugfix: Syndicate turrets are now dense (#6142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Nov 6, 2024
1 parent 1792ee6 commit 0890adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/portable_turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@ GLOBAL_LIST_EMPTY(turret_icons)
use_power = NO_POWER_USE
has_cover = FALSE
raised = TRUE
density = TRUE
scan_range = 9

faction = "syndicate"
Expand Down

0 comments on commit 0890adb

Please sign in to comment.