woops I used the wrong operator there (#893)

This commit is contained in:
CitadelStationBot
2017-05-10 18:03:33 -05:00
committed by kevinz000
parent d804e5e886
commit 062ba92bdc

View File

@@ -36,7 +36,7 @@
/obj/effect/proc_holder/spell/aimed/InterceptClickOn(mob/living/caller, params, atom/target)
if(..())
return FALSE
var/ignore = (current_amount <= 0)
var/ignore = (current_amount >= 1)
if(!cast_check(ignore, ranged_ability_user))
remove_ranged_ability()
return FALSE