Skip to content

Commit

Permalink
appease linters
Browse files Browse the repository at this point in the history
Signed-off-by: GenericDM <[email protected]>
  • Loading branch information
GenericDM authored Dec 12, 2023
1 parent e5a58a1 commit d500869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile/magic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
if(L.anti_magic_check())
L.visible_message("<span class='warning'>[src] vanishes on contact with [target]!</span>")
return BULLET_ACT_BLOCK
L.apply_status_effect(/datum/status_effect/antimagic )
L.apply_status_effect(/datum/status_effect/antimagic)

/obj/projectile/magic/fetch
name = "bolt of fetching"
Expand Down

0 comments on commit d500869

Please sign in to comment.