diff --git a/code/modules/clothing/armor_attachment/plate.dm b/code/modules/clothing/armor_attachment/plate.dm
index 5723b909ce9b..84ef485f04da 100644
--- a/code/modules/clothing/armor_attachment/plate.dm
+++ b/code/modules/clothing/armor_attachment/plate.dm
@@ -17,6 +17,7 @@
/decl/material/solid/metal/steel = MATTER_AMOUNT_SECONDARY
)
origin_tech = @'{"materials":1,"engineering":1,"combat":1}'
+ draw_on_mob_when_equipped = FALSE
/obj/item/clothing/armor_attachment/plate/get_fibers()
return null //plates do not shed
diff --git a/code/modules/clothing/suits/armor/plate_carrier.dm b/code/modules/clothing/suits/armor/plate_carrier.dm
index 26d057e38302..20bb9d7cf56f 100644
--- a/code/modules/clothing/suits/armor/plate_carrier.dm
+++ b/code/modules/clothing/suits/armor/plate_carrier.dm
@@ -8,7 +8,6 @@
restricted_accessory_slots = list(ACCESSORY_SLOT_INSIGNIA, ACCESSORY_SLOT_ARMOR_C, ACCESSORY_SLOT_ARMOR_A, ACCESSORY_SLOT_ARMOR_L, ACCESSORY_SLOT_ARMOR_S)
material = /decl/material/solid/organic/leather
starting_accessories = null
- draw_on_mob_when_equipped = FALSE
/obj/item/clothing/suit/armor/pcarrier/light
starting_accessories = list(
diff --git a/code/modules/modular_computers/networking/machinery/telecomms.dm b/code/modules/modular_computers/networking/machinery/telecomms.dm
index 93f7f7cd4914..8ff24e38a591 100644
--- a/code/modules/modular_computers/networking/machinery/telecomms.dm
+++ b/code/modules/modular_computers/networking/machinery/telecomms.dm
@@ -190,7 +190,7 @@ var/global/list/telecomms_hubs = list()
listeners[ghost_listener] = TRUE
for(var/mob/listener in listeners)
- listener.hear_radio(message, message_verb, speaking, formatted_msg, " ", "", speaker, message_compression, vname = send_name, vsource = (listeners[listener] ? send_overmap_object.name : null))
+ listener.hear_radio(message, message_verb, speaking, formatted_msg, " ", "", speaker, message_compression, vname = send_name, vsource = (listeners[listener] ? send_overmap_object?.name : null))
if(!chain_transmit)
return
diff --git a/code/modules/reagents/chems/chems_drinks.dm b/code/modules/reagents/chems/chems_drinks.dm
index a00cf2beaf94..2be58a63f7a5 100644
--- a/code/modules/reagents/chems/chems_drinks.dm
+++ b/code/modules/reagents/chems/chems_drinks.dm
@@ -185,6 +185,7 @@
color = "#eeddcc"
uid = "chem_drink_garlic"
antibiotic_strength = 0.65
+ affect_blood_on_ingest = TRUE
glass_name = "garlic oil"
glass_desc = "A potion of guaranteed bad breath."