Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Sep 22, 2024
1 parent 63cb8aa commit def75e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/porta_turret/portable_turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ DEFINE_BITFIELD(turret_flags, list(
faction = list(FACTION_PLAYER_MINUTEMAN, "turret")

/obj/machinery/porta_turret/ship/solgov
faction = list(FACTION_PLAYER_SOLGOV, "turret")
faction = list(FACTION_PLAYER_SOLCON, "turret")

/* Syndicate Turrets */

Expand Down

0 comments on commit def75e4

Please sign in to comment.