From 3b918dc6f3bb120db21cccda093e6b9679c14e9d Mon Sep 17 00:00:00 2001 From: Heroman Date: Thu, 22 Dec 2022 07:46:54 +1000 Subject: [PATCH] Gives service borgs some cream --- code/modules/reagents/reagent_containers/borghypo.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/borghypo.dm b/code/modules/reagents/reagent_containers/borghypo.dm index 96bb2106009..a898d6913eb 100644 --- a/code/modules/reagents/reagent_containers/borghypo.dm +++ b/code/modules/reagents/reagent_containers/borghypo.dm @@ -133,13 +133,14 @@ volume = 60 possible_transfer_amounts = list(5, 10, 20, 30) reagent_ids = list("ale", - "cider", "beer", "berryjuice", "bitters", + "cider", "coffee", "cognac", "cola", + "cream", "dr_gibb", "egg", "gin",