Skip to content

Commit

Permalink
hiuyn
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Mar 4, 2025
1 parent bba351f commit aa5ca9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/_onclick/hud/skybox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if(skybox)
skybox.screen_loc = "CENTER:[-224 - T.x],CENTER:[-224 - T.y]"

/mob/Move()
/mob/Move(atom/newloc, direct, glide_size_override, update_dir)
var/old_z = GET_Z(src)
. = ..()
if(. && client)
Expand Down
2 changes: 1 addition & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@
if(oldarea != newarea)
oldarea.Exited(src, direction)

newloc.Entered(src, oldloc, list()) //This is different from TG because we don't have multitile movement (yet)
newloc.Entered(src, oldloc) //This is different from TG because we don't have multitile movement (yet)
if(oldarea != newarea)
newarea.Entered(src, oldarea)

Expand Down

0 comments on commit aa5ca9c

Please sign in to comment.