Ghommies suggestion
This commit is contained in:
@@ -560,10 +560,9 @@ By design, d1 is the smallest direction and d2 is the highest
|
||||
to_chat(user, "<span class='notice'>You don't have enough cable coil to make restraints out of them</span>")
|
||||
return
|
||||
to_chat(user, "<span class='notice'>You start making some cable restraints.</span>")
|
||||
if(!do_after(user, 30, TRUE, user, TRUE))
|
||||
if(!do_after(user, 30, TRUE, user, TRUE) || !use(15))
|
||||
to_chat(user, "<span class='notice'>You fail to make cable restraints, you need to be standing still to do it</span>")
|
||||
return
|
||||
use(15)
|
||||
var/obj/item/restraints/handcuffs/cable/result = new(get_turf(user))
|
||||
user.put_in_hands(result)
|
||||
result.color = color
|
||||
|
||||
Reference in New Issue
Block a user