Skip to content

Commit

Permalink
Linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitsunemitsu committed Feb 4, 2025
1 parent 1a4ef26 commit 3af0d90
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
density = FALSE

/obj/structure/toolabnormality/mislocation/Crossed(atom/movable/AM, oldloc, force_stop = 0)
..()
if(!ishuman(AM))
return

Expand All @@ -17,6 +18,7 @@
ADD_TRAIT(user, TRAIT_NOSOFTCRIT, "memento_mori")

/obj/structure/toolabnormality/mislocation/Uncrossed(atom/movable/AM, oldloc, force_stop = 0)
..()
if(!ishuman(AM))
return
var/mob/living/carbon/human/user = AM
Expand Down

0 comments on commit 3af0d90

Please sign in to comment.