Skip to content

Commit

Permalink
bruh 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax committed Mar 26, 2024
1 parent 74a8a91 commit 2b21efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/elements/simple_rotation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/atom/proc/can_rotate(mob/user)
return !(!user || user.incapacitated() || !Adjacent(user))

/atom/proc/is_rotatable(mob/user)
/atom/proc/is_rotatable()
return

/obj/is_rotatable()
Expand Down

0 comments on commit 2b21efc

Please sign in to comment.