Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-creations committed Oct 4, 2024
1 parent 8325af3 commit 4dbb2f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions void-marines/code/pixel_shifting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
if(.)
return
var/mob/M = user.mob
M.density = 0
M.shifting = FALSE
return TRUE

Expand All @@ -45,7 +44,6 @@
is_shifted = FALSE
pixel_x = 0
pixel_y = 0
density = 1

/mob/proc/pixel_shift(direction)
return
Expand Down

0 comments on commit 4dbb2f1

Please sign in to comment.