Readded monkey dexterity checks in each attack_hand as appropriate.

This commit is contained in:
Zuhayr
2014-11-13 17:46:37 +10:30
parent 90d65aed57
commit 4090f04839
17 changed files with 62 additions and 23 deletions

View File

@@ -49,6 +49,8 @@
if(user.stat || stat & (NOPOWER|BROKEN))
user << "This device is not powered."
return
if(!user.IsAdvancedToolUser())
return 0
if(busy)
user << "This device is busy."
return