advtooluser dex messages (#21996)

This commit is contained in:
Burzah
2023-08-20 21:16:30 -05:00
committed by GitHub
parent 597835b031
commit 50bc2a2366
3 changed files with 3 additions and 0 deletions
@@ -117,6 +117,7 @@
return FALSE
if(!user.IsAdvancedToolUser())
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
return FALSE
var/attack_log = "injected with the Isolated [name]"
@@ -27,6 +27,7 @@
/obj/item/restraints/handcuffs/attack(mob/living/carbon/C, mob/user)
if(!user.IsAdvancedToolUser())
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
return
if(!istype(C))