From ae8d8743701ac9fc3183e3d68c4e98c8fca8653a Mon Sep 17 00:00:00 2001 From: Typhin Date: Fri, 13 Mar 2026 22:55:47 -0500 Subject: [PATCH] Garlic Oil now treats infections Adds `affect_blood_on_ingest` to garlic oil, allowing it to be an antibiotic without requiring it to be injected. --- code/modules/reagents/chems/chems_drinks.dm | 1 + 1 file changed, 1 insertion(+) 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."