Scan and tell (#11081)

This commit is contained in:
Sparky
2021-01-30 15:56:45 +01:00
committed by GitHub
parent 0064c4998f
commit 56aeb792d4
2 changed files with 7 additions and 0 deletions
@@ -647,6 +647,7 @@ BREATH ANALYZER
/obj/item/device/advanced_healthanalyzer/attack(mob/living/M, mob/living/user)
if(!internal_bodyscanner)
return
user.visible_message("<b>[user]</b> starts scanning \the [M] with \the [src].", SPAN_NOTICE("You start scanning \the [M] with \the [src]."))
if(do_after(user, 7 SECONDS, TRUE))
print_scan(M, user)
add_fingerprint(user)