Skip to content

Commit

Permalink
fixing my mistakes. Sigh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele committed Jun 19, 2024
1 parent e33abf7 commit 7704e2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3255,7 +3255,6 @@
#include "maps\derelicts\snow_asteroid\snow_asteroid.dm"
#include "maps\devarim\devarim_areas.dm"
#include "maps\devarim\devarim_define.dm"
#include "maps\devarim\devarim_jobs.dm"
#include "maps\devarim\devarim_levels.dm"
#include "maps\eclipse\eclipse_areas.dm"
#include "maps\eclipse\eclipse_define.dm"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
if(WEST)
shift_y = 16

shift_view(client, pixel_x = shift_x, pixel_y = shift_y, TRUE)
shift_view(shift_x, shift_y, TRUE)
reset_view(below)

/mob/living/proc/stop_looking()
Expand Down

0 comments on commit 7704e2b

Please sign in to comment.