mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Progress bar pref (#1938)
changes: Players can now toggle progress bars on/off in Preferences. This just adds another flag to the parallax toggles pref to keep things simple.
This commit is contained in:
@@ -127,7 +127,7 @@ datum/preferences
|
||||
|
||||
// SPAAAACE
|
||||
var/parallax_speed = 2
|
||||
var/parallax_togs = PARALLAX_SPACE
|
||||
var/parallax_togs = PARALLAX_SPACE | PROGRESS_BARS
|
||||
|
||||
var/list/pai = list() // A list for holding pAI related data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user