Skip to content

Commit

Permalink
fix camera mob offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquerel committed Aug 12, 2024
1 parent 07a2115 commit 88ebb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/camera/camera.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Camera mob, used by AI camera and blob.
/mob/camera
SET_BASE_VISUAL_PIXEL(0, 0) // These are selecting floor tiles
name = "camera mob"
density = FALSE
move_force = INFINITY
Expand Down

0 comments on commit 88ebb59

Please sign in to comment.