From af2bfb1dbfc0e5a38a58b297fed8f059d56b28d7 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 16 Mar 2016 21:22:09 -0400 Subject: [PATCH] fix --- code/modules/reagents/newchem/drugs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/newchem/drugs.dm b/code/modules/reagents/newchem/drugs.dm index 3fe8af013c7..6ac4984bb9a 100644 --- a/code/modules/reagents/newchem/drugs.dm +++ b/code/modules/reagents/newchem/drugs.dm @@ -348,6 +348,7 @@ return if(method == INGEST || method == TOUCH) M.SpinAnimation(speed = 12, loops = -1) + ..() /datum/reagent/fliptonium/on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom