Skip to content

Commit

Permalink
Update scanners.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdragonTOW authored Jun 17, 2024
1 parent 6ec0f18 commit 8188a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/scanners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ K9 SCANNER

/obj/item/device/k9_scanner/attack_self(mob/user)
. = ..()
if (tracked_k9 == null)
if (!tracked_k9)
to_chat(user, SPAN_WARNING("ERROR: No K9 unit currently tracked. Use scanner on K9 unit to track them."))
return

Expand Down

0 comments on commit 8188a46

Please sign in to comment.