mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Unlock all parts by default because it's better tested and makes it actually playable
This commit is contained in:
@@ -32,7 +32,7 @@ fn default_user_data() -> super::AccountInfo {
|
|||||||
password: None,
|
password: None,
|
||||||
inventory: super::UnlockedParts {
|
inventory: super::UnlockedParts {
|
||||||
unlocked: vec![],
|
unlocked: vec![],
|
||||||
override_: super::inventory::UnlockOverride::Normal,
|
override_: super::inventory::UnlockOverride::UnlockAll,
|
||||||
},
|
},
|
||||||
garage: super::SelectedGarage {
|
garage: super::SelectedGarage {
|
||||||
uuid: (0, 0),
|
uuid: (0, 0),
|
||||||
@@ -45,7 +45,7 @@ fn default_garage_slots() -> Vec<crate::persist::GarageSlot> {
|
|||||||
vec![
|
vec![
|
||||||
crate::persist::GarageSlot {
|
crate::persist::GarageSlot {
|
||||||
slot: 0,
|
slot: 0,
|
||||||
name: "Reverse-engineer great success! slot_name".to_owned(),
|
name: "Bay 1".to_owned(),
|
||||||
cubes: 1,
|
cubes: 1,
|
||||||
crf_id: 0,
|
crf_id: 0,
|
||||||
was_rated: false,
|
was_rated: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user