Updates to tgstation commit 78e471d
This commit is contained in:
@@ -220,7 +220,7 @@
|
||||
return TRUE
|
||||
|
||||
if(target && target.stat == CONSCIOUS) // make sure target exists
|
||||
if(Adjacent(target) && isturf(target.loc)) // if right next to perp
|
||||
if(Adjacent(target) && isturf(target.loc) && !IsDeadOrIncap()) // if right next to perp
|
||||
|
||||
// check if target has a weapon
|
||||
var/obj/item/W
|
||||
|
||||
Reference in New Issue
Block a user