From dad9f7f6cea1b1a6a1cbeb9b7702a37671669f2d Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sun, 13 Oct 2019 19:41:46 -0500 Subject: [PATCH] Helping edgecase things --- code/modules/paperwork/pen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 5bcb7a60df..875a65d306 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -158,6 +158,7 @@ if(..()) if(reagents.total_volume) if(M.reagents) + reagents.reaction(M, INJECT) reagents.trans_to(M, reagents.total_volume)