Skip to content

Commit

Permalink
[MIRROR] Removes avatar earpiece [no gbp] (#2040) (#2936)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Jeremiah <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2024
1 parent 3a592bf commit 7631c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/bitrunning/server/obj_generation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7631c03

Please sign in to comment.