diff --git a/code/modules/spells/targeted/equip/shield.dm b/code/modules/spells/targeted/equip/shield.dm index 4ab9102c03e..3d8bb8e415a 100644 --- a/code/modules/spells/targeted/equip/shield.dm +++ b/code/modules/spells/targeted/equip/shield.dm @@ -6,7 +6,7 @@ invocation = "Sia helda!" invocation_type = SpI_SHOUT spell_flags = INCLUDEUSER | NEEDSCLOTHES - range = -1 + range = 0 max_targets = 1 compatible_mobs = list(/mob/living/carbon/human) @@ -41,4 +41,4 @@ return "Your summoned shields will now block more often." /spell/targeted/equip_item/shield/tower - charge_max = 1 \ No newline at end of file + charge_max = 1