adds a weakened check for canUseTopic() of borgs

This commit is contained in:
Aranclanos
2014-04-30 06:08:12 -03:00
parent 5736eb1f44
commit 40e22082c6
+1 -1
View File
@@ -233,7 +233,7 @@ Class Procs:
return 1
/mob/living/silicon/robot/canUseTopic()
if(stat || lockcharge || stunned)
if(stat || lockcharge || stunned || weakened)
return
return 1