Skip to content

Commit

Permalink
Fix pushing boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 5, 2024
1 parent 49e0947 commit 9582c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,6 @@
return 4 SECONDS

/obj/structure/Collided(atom/movable/AM)
..()
// NOTE: We aren't requiring a parent call to ensure this signal is sent
SEND_SIGNAL(src, COMSIG_STRUCTURE_COLLIDED, AM)

0 comments on commit 9582c86

Please sign in to comment.