This commit is contained in:
Seris02
2020-02-27 21:05:27 +08:00
committed by GitHub
parent d3385fb8c8
commit 8140962275
+1 -2
View File
@@ -233,10 +233,9 @@
if(sniffed)
var/old_target = tracking_target
possible = list()
var/list/prints = sniffed.fingerprints
for(var/mob/living/carbon/human/H in GLOB.alive_mob_list)
if(md5(H.dna.uni_identity) in sniffed.fingerprints)
LAZYOR(possible, H)
possible |= H
if(!length(possible))
to_chat(user,"<span class='warning'>Despite your best efforts, there are no scents to be found on [sniffed]...</span>")
return