From be8d9eb026442296690636e95ec5f52d3cb680e8 Mon Sep 17 00:00:00 2001 From: alex-gh Date: Fri, 23 May 2014 10:53:26 +0200 Subject: [PATCH] Fixed spaceacillin metabolism, its useful again --- code/modules/reagents/Chemistry-Reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/Chemistry-Reagents.dm b/code/modules/reagents/Chemistry-Reagents.dm index fe5b31158b8..580676b9e78 100644 --- a/code/modules/reagents/Chemistry-Reagents.dm +++ b/code/modules/reagents/Chemistry-Reagents.dm @@ -1948,6 +1948,7 @@ datum description = "An all-purpose antiviral agent." reagent_state = LIQUID color = "#228B22" // rgb: 34, 139, 34 + custom_metabolism = 0.01 on_mob_life(var/mob/living/M as mob) ..()