mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Readded monkey dexterity checks in each attack_hand as appropriate.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user