Update syringes.dm

This commit is contained in:
Novacat
2019-04-18 13:51:08 -04:00
committed by GitHub
parent 69cc49c009
commit 8e93b70bb6
@@ -171,8 +171,6 @@
to_chat(user, "<span class='danger'>You cannot inject a robotic limb.</span>")
return
var/warmup_time = 0 //None if we're using this on ourselves.
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