From 40e22082c66ea1626dfeb3081090d969d092bf84 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Wed, 30 Apr 2014 06:08:12 -0300 Subject: [PATCH] adds a weakened check for canUseTopic() of borgs --- code/game/machinery/machinery.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/machinery.dm b/code/game/machinery/machinery.dm index 6f9a62c590c..2f5cb7d54b6 100644 --- a/code/game/machinery/machinery.dm +++ b/code/game/machinery/machinery.dm @@ -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