Space Dust Parallax defaults on. (#3581)

This commit is contained in:
chaoko99
2017-10-13 07:41:19 -07:00
committed by Erki
parent 2d527d31d8
commit 0999a3ccd0
2 changed files with 38 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ datum/preferences
// SPAAAACE
var/parallax_speed = 2
var/parallax_togs = PARALLAX_SPACE | PROGRESS_BARS
var/parallax_togs = PARALLAX_SPACE | PARALLAX_DUST | PROGRESS_BARS
var/list/pai = list() // A list for holding pAI related data.