diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index 94170adcda..092070e0a4 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -171,6 +171,7 @@ to_chat(user, "You cannot inject a robotic limb.") return + var/cycle_time = injtime*0.33 //33% of the time slept between 5u doses var/warmup_time = 0 //0 for containers if(ismob(target)) warmup_time = cycle_time //If the target is another mob, this gets overwritten