Update syringes.dm

This commit is contained in:
Novacat
2019-04-18 13:53:34 -04:00
committed by GitHub
parent 8e93b70bb6
commit aac3f800ba

View File

@@ -171,6 +171,7 @@
to_chat(user, "<span class='danger'>You cannot inject a robotic limb.</span>")
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