Small object manipulation stuff

This commit is contained in:
ZomgPonies
2015-05-26 14:00:20 -04:00
parent 264369bdfa
commit 5c79a9a065
16 changed files with 55 additions and 20 deletions
+2
View File
@@ -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]!"