Skip to content

Commit

Permalink
bugfix: Anchoring conveyors' switches (ss220-space#5766)
Browse files Browse the repository at this point in the history
Update conveyor2.dm
  • Loading branch information
Den109G authored Aug 21, 2024
1 parent ea41e24 commit 0fbf481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/recycling/conveyor2.dm
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
icon_state = "switch-off"
base_icon_state = "switch"
processing_flags = START_PROCESSING_MANUALLY
anchored = TRUE
/// The current state of the switch.
var/position = CONVEYOR_OFF
/// If the switch only operates the conveyor belts in a single direction.
Expand Down

0 comments on commit 0fbf481

Please sign in to comment.