From 04a250009f04e89a202151e67b440b2c4d4ebac7 Mon Sep 17 00:00:00 2001 From: Robustin Date: Tue, 26 Dec 2017 16:53:37 -0500 Subject: [PATCH] Fixes EMP runtime --- code/modules/reagents/chemistry/machinery/chem_dispenser.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm index af5597d790d..d18e127cd55 100644 --- a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm @@ -217,7 +217,7 @@ if(beaker && beaker.reagents) beaker.reagents.remove_all() cell.use(total/powerefficiency) - cell.emp_act() + cell.emp_act(severity) visible_message("[src] malfunctions, spraying chemicals everywhere!") ..() @@ -394,4 +394,4 @@ "cryoxadone", "ammonia", "ash", - "diethylamine") \ No newline at end of file + "diethylamine")