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 Sep 27, 2024
1 parent 4b51a53 commit fb47ebc
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 @@ -80,7 +80,7 @@ DEFINE_BITFIELD(turret_flags, list(
var/obj/machinery/porta_turret_cover/cover = null
/// World.time the turret last fired
var/last_fired = 0
/// Ticks until next shot (1.5 ?)
/// Ticks until next shot (1.5 ?) If this needs to go below 5, use SSFastProcess
var/shot_delay = 15
/// Turret flags about who is turret allowed to shoot
var/turret_flags = TURRET_FLAG_SHOOT_CRIMINALS | TURRET_FLAG_SHOOT_ANOMALOUS
Expand Down

0 comments on commit fb47ebc

Please sign in to comment.