From f33b2747d0fd2b5e3dc7607712db9ba8db0b9d9b Mon Sep 17 00:00:00 2001 From: Asbestos Gremlin <70115628+NewyearnewmeUwu@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:09:44 -0700 Subject: [PATCH] Smuggling quirk no longer spams bitrunner's sec records. --- .../underworld_connections/underworld_connections_quirk.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_doppler/underworld_connections/underworld_connections_quirk.dm b/modular_doppler/underworld_connections/underworld_connections_quirk.dm index 35e4563d41537d..fec775f9a6cbd1 100644 --- a/modular_doppler/underworld_connections/underworld_connections_quirk.dm +++ b/modular_doppler/underworld_connections/underworld_connections_quirk.dm @@ -49,6 +49,8 @@ // Set us as 'suspected' on HUDs at roundstart and leave a note about our dark and mysterious past. No permits for us! If we're human. if (ishuman(quirk_holder)) var/mob/living/carbon/human/human_holder = quirk_holder + if(HAS_TRAIT(human_holder, TRAIT_BITRUNNER_AVATAR)) + return var/datum/record/crew/our_record = find_record(human_holder.name) if (our_record) our_record.wanted_status = WANTED_SUSPECT