Skip to content

Commit

Permalink
Update code/modules/surgery/surgery.dm
Browse files Browse the repository at this point in the history
Co-authored-by: BeebBeebBoob <beebbeebboob@mail.ru>
  • Loading branch information
dageavtobusnick and BeebBeebBoob authored Feb 8, 2025
1 parent 2252bcf commit 47547bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/surgery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@

SEND_SIGNAL(user, COMSIG_SURGERY_STEP_INIT, &step_time)

var/modded_time = slowdown_immune(user) ? step_time : step_time * speed_mod
var/modded_time = slowdown_immune(user) ? step_time : (step_time * speed_mod)

if(implement_type) // If this is set, we aren't in an allow_hand or allow_any_item step.
prob_success = allowed_tools[implement_type]
Expand Down

0 comments on commit 47547bf

Please sign in to comment.