Merge pull request #6615 from Shadow-Quill/Ion-Fix

Fixes ion proj not EMPing when hitting walls
This commit is contained in:
Atermonera
2020-01-15 20:09:14 -08:00
committed by VirgoBot
parent a5b768eccc
commit aaf71ecbbf

View File

@@ -17,7 +17,7 @@
var/sev3_range = 1
var/sev4_range = 1
/obj/item/projectile/ion/on_hit(var/atom/target, var/blocked = 0)
/obj/item/projectile/ion/on_impact(var/atom/target)
empulse(target, sev1_range, sev2_range, sev3_range, sev4_range)
return 1