Merge pull request #3160 from Anewbe/robo_climb

Borgs can climb
This commit is contained in:
MagmaRam
2017-03-28 19:57:19 -05:00
committed by GitHub
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