i too, want people to be hit their ricochets

This commit is contained in:
Timothy Teakettle
2020-08-03 17:36:40 +01:00
parent 9b34407c9f
commit 2153f9ea35
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -659,7 +659,8 @@
if(!ignore_source_check && firer)
var/mob/M = firer
if((target == firer) || ((target == firer.loc) && ismecha(firer.loc)) || (target in firer.buckled_mobs) || (istype(M) && (M.buckled == target)))
return FALSE
if(!ricochets) //if it has ricocheted, it can hit the firer.
return FALSE
if(!ignore_loc && (loc != target.loc))
return FALSE
if(target in passthrough)