mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user