From 7631c03a8a6c6d3a7290d0d8c919190ae5fe46a3 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:34:21 +0300 Subject: [PATCH] [MIRROR] Removes avatar earpiece [no gbp] (#2040) (#2936) * 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: * Removes avatar earpiece [no gbp] --------- Co-authored-by: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> --- 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