Merge pull request #12888 from Citadel-Station-13/silicons-patch-50
sorry gamers, no more self healing with a medbeam
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
if(current_target)
|
||||
LoseTarget()
|
||||
if(!isliving(target))
|
||||
if(!isliving(target) || (user == target))
|
||||
return
|
||||
|
||||
current_target = target
|
||||
|
||||
Reference in New Issue
Block a user