Borgs can climb

This commit is contained in:
Anewbe
2017-03-27 23:15:13 -05:00
parent d2078e86d6
commit b1620cfa20
2 changed files with 37 additions and 1 deletions

View File

@@ -174,7 +174,7 @@
return 0
if (user.stat || user.paralysis || user.sleeping || user.lying || user.weakened)
return 0
if (issilicon(user))
if (isAI(user))
user << "<span class='notice'>You need hands for this.</span>"
return 0
return 1