Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Enable drifters again, attempts to fix bugs. #1404

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
var/list/drifter_queue_menus = list()

// Set this to false manually to stop the system, if you want to start the system call toggle_drifter_queue()
var/drifter_queue_enabled = FALSE
var/drifter_queue_enabled = TRUE
// Whether we are currently delayed, which stops the actual wave handling segment from firing
var/drifter_queue_delayed = TRUE

Expand Down
Loading