mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #6615 from Shadow-Quill/Ion-Fix
Fixes ion proj not EMPing when hitting walls
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user