mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Update syringes.dm
This commit is contained in:
@@ -171,6 +171,7 @@
|
|||||||
to_chat(user, "<span class='danger'>You cannot inject a robotic limb.</span>")
|
to_chat(user, "<span class='danger'>You cannot inject a robotic limb.</span>")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
var/cycle_time = injtime*0.33 //33% of the time slept between 5u doses
|
||||||
var/warmup_time = 0 //0 for containers
|
var/warmup_time = 0 //0 for containers
|
||||||
if(ismob(target))
|
if(ismob(target))
|
||||||
warmup_time = cycle_time //If the target is another mob, this gets overwritten
|
warmup_time = cycle_time //If the target is another mob, this gets overwritten
|
||||||
|
|||||||
Reference in New Issue
Block a user