[MIRROR] Change typepath for tram hit counter [NO GBP] [MDB IGNORE] (#18942)

Change typepath for tram hit counter [NO GBP] (#72896)

Minor change request from JohnFulpWillard. Changes the typepath added
in https://github.com/tgstation/tgstation/pull/72811

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-01-24 14:32:12 -08:00
committed by GitHub
co-authored by lessthanthree
parent b5ea932098
commit eb8b902c35
@@ -117,7 +117,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/delamination_counter, 32)
if(!ismob(collided_type))
return
var/mob/living/carbon/human/victim = collided_type // Real players only, no gaming high score
var/mob/victim = collided_type // Real players only, no gaming high score
if(!victim.client)
return