Merge pull request #444 from Bone-White/master

Radiation Laser Update
This commit is contained in:
Fox-McCloud
2014-10-27 01:01:12 -04:00
2 changed files with 7 additions and 6 deletions
@@ -191,7 +191,7 @@ emp_act
if(user == src) // Attacking yourself can't miss
target_zone = user.zone_sel.selecting
if(!target_zone && !src.stat)
if(!target_zone && !src.stat && !I.discrete)
visible_message("\red <B>[user] misses [src] with \the [I]!")
return 0