Skip to content

Commit

Permalink
Update code/_onclick/ai_onclick.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drsmail <[email protected]>
Signed-off-by: asciodev <[email protected]>
  • Loading branch information
asciodev and Drsmail authored Jan 19, 2025
1 parent 59021cf commit 281f55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/_onclick/ai_onclick.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
return

if(control_disabled || stat) return
if(ismecha(loc)) return
if(ismecha(loc))
return

Check failure on line 20 in code/_onclick/ai_onclick.dm

View workflow job for this annotation

GitHub Actions / Run Linters

Check Grep

code/_onclick/ai_onclick.dm:20: Mixed <tab><space> indentation detected, please stick to tab indentation.

if(ismob(A))
ai_actual_track(A, TRUE)
Expand Down

0 comments on commit 281f55c

Please sign in to comment.