Borgs can't use onclick when locked stunned, weakened or paralysed. (#16028)

* Borgs can't use onclick when locked stunned, weakened or paralysed.

* Includes low_power_mode check
This commit is contained in:
ppi13
2021-07-09 12:21:56 +02:00
committed by GitHub
parent 9f008f3de4
commit 11de88fc3b
+1 -1
View File
@@ -17,7 +17,7 @@
if(is_ventcrawling(src)) // To stop drones interacting with anything while ventcrawling
return
if(stat == DEAD)
if(stat == DEAD || lockcharge || IsWeakened() || stunned || paralysis || low_power_mode)
return
var/list/modifiers = params2list(params)