Skip to content

Commit

Permalink
bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Aug 3, 2023
1 parent bad3e74 commit dfd6907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/diseases/black_goo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
target.AddDisease(new /datum/disease/black_goo)
to_chat(user, SPAN_XENOWARNING("<b>You sense your target is now infected.</b>"))

target.apply_effect(2, SLOW)
target.apply_effect(2, SLOW)

/obj/item/weapon/zombie_claws/afterattack(obj/O as obj, mob/user as mob, proximity)
if(get_dist(src, O) > 1)
Expand Down

0 comments on commit dfd6907

Please sign in to comment.