From dc1900ac8d34949041fcc4916bf4b73eb9a2f6e9 Mon Sep 17 00:00:00 2001 From: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:52:54 -0700 Subject: [PATCH] Removes avatar earpiece [no gbp] (#82609) ## About The Pull Request There's no comms in the digital plane anyway so this is only stopping them from exploiting binary comms ## Why It's Good For The Game Exploit fix Fixes #82604 ## Changelog :cl: fix: Bit avatars no longer have access to free binary comms with the AI outfit /:cl: --- code/modules/bitrunning/server/obj_generation.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/bitrunning/server/obj_generation.dm b/code/modules/bitrunning/server/obj_generation.dm index 0cc923d6b3c..641d906cc59 100644 --- a/code/modules/bitrunning/server/obj_generation.dm +++ b/code/modules/bitrunning/server/obj_generation.dm @@ -43,6 +43,7 @@ var/datum/outfit/to_wear = new outfit_path() to_wear.belt = /obj/item/bitrunning_host_monitor + to_wear.ears = null to_wear.glasses = null to_wear.gloves = null to_wear.l_pocket = null