mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
adds a weakened check for canUseTopic() of borgs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user