Skip to content

Commit

Permalink
Update cas_fire_mission.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound committed Jan 23, 2024
1 parent a387ef6 commit 9f57df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/cas_manager/datums/cas_fire_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
// Xenos have time to react to the first message
sleep(1.5 SECONDS)

for(var/mob/mob in range(15, initial_turf))
for(var/mob/mob in range(10, initial_turf))
if(get_turf(mob) == initial_turf)
relative_dir = 0
else
Expand Down

0 comments on commit 9f57df2

Please sign in to comment.