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 e5af0f2 commit d4b0695
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_turfmob) == initial_turf)
if(get_turf(mob)) == initial_turf)

Check failure on line 180 in code/game/cas_manager/datums/cas_fire_mission.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '==', expected one of: '{', ';', if, while, do, for, spawn, switch, try, set, break, continue, del, var, return, CRASH, throw, goto, operator, term
relative_dir = 0
else
relative_dir = Get_Compass_Dir(mob, initial_turf)
Expand Down

0 comments on commit d4b0695

Please sign in to comment.