Fixes a bug with the flash C4

This commit is contained in:
SamCroswell
2016-07-14 01:14:22 -04:00
parent 890ae146ca
commit a42dcebc21
@@ -194,8 +194,11 @@
/obj/item/weapon/grenade/plastic/c4/flash/prime()
var/turf/T
if(target && target.density)
T = get_step(get_turf(src), aim_dir)
T = get_step(get_turf(target), aim_dir)
else if(target)
T = get_turf(target)
else
T = get_turf(src)