Skip to content

Commit

Permalink
Update portable_turret.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 14, 2024
1 parent 77c7be2 commit 5e7ae3d
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 @@ -918,7 +918,7 @@ DEFINE_BITFIELD(turret_flags, list(
stun_projectile_sound = 'sound/weapons/gun/smg/cobra.ogg'
lethal_projectile = /obj/projectile/bullet/c45
lethal_projectile_sound = 'sound/weapons/gun/smg/cobra.ogg'
faction = list(FACTION_NGR, FACTION_PLAYER_SYND ICATE, "turret") //player_syndicate is just to be safe
faction = list(FACTION_NGR, FACTION_PLAYER_SYNDICATE, "turret") //player_syndicate is just to be safe

/obj/machinery/porta_turret/ship/ngr/light
name = "Sonoran Turret"
Expand Down

0 comments on commit 5e7ae3d

Please sign in to comment.