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 authored Jan 23, 2024
1 parent 9f57df2 commit b96a9ad
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 @@ -177,7 +177,7 @@

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

0 comments on commit b96a9ad

Please sign in to comment.