Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ParadiseSS13/Paradise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 281f55c1f7f50f553be74eb7d63a7a62703f9b04
Choose a base ref
..
head repository: ParadiseSS13/Paradise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 59021cf6fcf40712f6c74e4c3276992c7ff80fae
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +1 −2 code/_onclick/ai_onclick.dm
3 changes: 1 addition & 2 deletions code/_onclick/ai_onclick.dm
Original file line number Diff line number Diff line change
@@ -16,8 +16,7 @@
return

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

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