mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
advtooluser dex messages (#21996)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user