mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Small object manipulation stuff
This commit is contained in:
@@ -811,6 +811,8 @@
|
||||
return 0
|
||||
if(!user.client)
|
||||
return 0
|
||||
if(!user.IsAdvancedToolUser())
|
||||
return 0
|
||||
if ( ! (istype(user, /mob/living/carbon/human) || \
|
||||
istype(user, /mob/living/silicon)))
|
||||
user << "\red You don't have the dexterity to use this [src]!"
|
||||
|
||||
Reference in New Issue
Block a user