Skip to content
Merged
Show file tree
Hide file tree
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 @@ -159,7 +159,7 @@ GiftRng::GiftRng()
31338, 30400 // default, min
)
, ADVANCES(
"<b>Advances:</b><br>The total number of RNG advances for your target.<br>This should be the combined amount of continue screen and in-game advances.",
"<b>Advances:</b><br>The total number of RNG advances for your target.",
LockMode::LOCK_WHILE_RUNNING,
10000, 600, 1000000000 // default, min
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ StarterRng::StarterRng()
31338, 30400 // default, min
)
, ADVANCES(
"<b>Advances:</b><br>The total number of RNG advances for your target.<br>This should be the combined amount of continue screen and in-game advances.",
"<b>Advances:</b><br>The total number of RNG advances for your target.",
LockMode::LOCK_WHILE_RUNNING,
10000, 600, 1000000000 // default, min
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ StaticRng::StaticRng()
31338, 30400 // default, min
)
, ADVANCES(
"<b>Advances:</b><br>The total number of RNG advances for your target.<br>This should be the combined amount of continue screen and in-game advances.",
"<b>Advances:</b><br>The total number of RNG advances for your target.",
LockMode::LOCK_WHILE_RUNNING,
10000, 600, 1000000000 // default, min
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ WildRng::WildRng()
31338, 30400 // default, min
)
, ADVANCES(
"<b>Advances:</b><br>The total number of RNG advances for your target.<br>This should be the combined amount of continue screen and in-game advances.",
"<b>Advances:</b><br>The total number of RNG advances for your target.",
LockMode::LOCK_WHILE_RUNNING,
10000, 600, 1000000000 // default, min
)
Expand Down
Loading