From c16481c076a1672e5569b88e5a250fbe27242f7a Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:36:27 +0000 Subject: [PATCH] removes smallhelath (#20237) --- code/modules/reagents/reagent_containers/applicator.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/applicator.dm b/code/modules/reagents/reagent_containers/applicator.dm index f41d8f95b9e..2f863c8302d 100644 --- a/code/modules/reagents/reagent_containers/applicator.dm +++ b/code/modules/reagents/reagent_containers/applicator.dm @@ -80,7 +80,6 @@ if(M.reagents) applying = TRUE update_icon(UPDATE_ICON_STATE) - apply_to(M, user, 0.2) // We apply a very weak application up front, then loop. while(do_after(user, 10, target = M)) measured_health = M.health apply_to(M, user, 1, FALSE)