From 1c93c09fdf798cbcfd36c44cc16c006fe3fab180 Mon Sep 17 00:00:00 2001 From: phil235 Date: Fri, 19 Sep 2014 18:21:30 +0200 Subject: [PATCH] adding a continue. --- code/modules/reagents/Chemistry-Recipes.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index b6900b1f630..3dce51e7c62 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -324,9 +324,10 @@ silicate for(var/mob/living/carbon/C in get_hearers_in_view(5, location)) if(C.eyecheck()) continue + flick("e_flash", C.flash) if(get_dist(C, location) < 4) C.Weaken(5) - flick("e_flash", C.flash) + continue C.Stun(5) /datum/chemical_reaction/napalm