Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Mar 9, 2024
1 parent 667cf9b commit 620af1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/shoes/colour.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
chained = cuffs
slowdown = 15
icon_state = "orange1"
time_to_equip = 2 SECONDS
time_to_unequip = 5 SECONDS
time_to_equip = (cuffs.breakouttime / 4)
time_to_unequip = cuffs.breakouttime
return TRUE

/obj/item/clothing/shoes/orange/proc/remove_cuffs(mob/user as mob)
Expand Down

0 comments on commit 620af1a

Please sign in to comment.