Skip to content

Commit

Permalink
spaces != tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnywayFarus committed Oct 20, 2023
1 parent 63049c9 commit 30fc94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_skyrat/modules/cellguns/code/medigun_cells.dm
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
name = "hardlight surgical gown field"

/obj/projectile/energy/medical/utility/gown/on_hit(mob/living/target, blocked = 0, pierce_hit)
. = ..()
. = ..()
if(!istype(target, /mob/living/carbon/human)) //Dead check isn't fully needed, since it'd be reasonable for this to work on corpses.
return

Expand Down

0 comments on commit 30fc94c

Please sign in to comment.