woops I used the wrong operator there (#893)
This commit is contained in:
committed by
kevinz000
parent
d804e5e886
commit
062ba92bdc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user