mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Implement usesound/toolspeed
This commit is contained in:
@@ -113,9 +113,7 @@
|
||||
if(prob_chance > 100)//if we are using a super tool
|
||||
time = time/prob_chance //PLACEHOLDER VALUES
|
||||
|
||||
if(do_after(user, time, target = target))
|
||||
|
||||
|
||||
if(do_after(user, time * tool.toolspeed, target = target))
|
||||
if(prob(prob_chance) || isrobot(user))
|
||||
if(end_step(user, target, target_zone, tool, surgery))
|
||||
advance = 1
|
||||
|
||||
Reference in New Issue
Block a user