mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user