Skip to content

Commit

Permalink
Update code/modules/mod/modules/modules_engineering.dm
Browse files Browse the repository at this point in the history
Co-authored-by: 1080pCat <[email protected]>
Signed-off-by: Burzah <[email protected]>
  • Loading branch information
Burzah and 1080pCat authored Aug 6, 2024
1 parent a92a396 commit 57134bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mod/modules/modules_engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
return ..()

/obj/item/mod/module/tether/on_select_use(atom/target)
if(get_turf(target) == get_turf(src)) //Put this check before the parent call so the cooldown won't start if it fails
if(get_turf(target) == get_turf(src)) // Put this check before the parent call so the cooldown won't start if it fails
return FALSE

. = ..()
Expand Down

0 comments on commit 57134bd

Please sign in to comment.