Skip to content

Commit

Permalink
its so shrimple
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Sep 14, 2024
1 parent c40dff3 commit 16f65b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@

var/previous_virtual_z = OldLoc?.virtual_z() || 0
var/current_virtual_z = virtual_z()
if(current_virtual_z && current_virtual_z != previous_virtual_z)
if(current_virtual_z != previous_virtual_z)
on_virtual_z_change(current_virtual_z, previous_virtual_z)

SEND_SIGNAL(src, COMSIG_MOVABLE_MOVED, OldLoc, Dir, Forced, old_locs)
Expand Down

0 comments on commit 16f65b4

Please sign in to comment.