From eb8b902c35df770ae14800839d4e8170ac5c5d5a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 24 Jan 2023 23:32:12 +0100 Subject: [PATCH] [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> --- code/game/objects/structures/signs/signs_interactive.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/signs/signs_interactive.dm b/code/game/objects/structures/signs/signs_interactive.dm index 49cc3e4bcba..5c3b85c7764 100644 --- a/code/game/objects/structures/signs/signs_interactive.dm +++ b/code/game/objects/structures/signs/signs_interactive.dm @@ -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