mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
update slots multispin to actually work (#42)
update slots multispin to actually work
This commit is contained in:
@@ -323,6 +323,8 @@ public class SlotsCommand : ICommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void ExecuteGameLoop(int spins, int featureSpins = 0)
|
public void ExecuteGameLoop(int spins, int featureSpins = 0)
|
||||||
|
{
|
||||||
|
for (int sp = 0; sp < spins; sp++)
|
||||||
{
|
{
|
||||||
GeneratePreBoard(featureSpins);
|
GeneratePreBoard(featureSpins);
|
||||||
var fCount = 0;
|
var fCount = 0;
|
||||||
@@ -339,6 +341,7 @@ public class SlotsCommand : ICommand
|
|||||||
var total = _activeFeatureTier switch { 3 => 3, 4 => 5, 5 => 10, _ => 0 };
|
var total = _activeFeatureTier switch { 3 => 3, 4 => 5, 5 => 10, _ => 0 };
|
||||||
if (featureSpins == 0) for (var s = 1; s <= total; s++) ExecuteGameLoop(1,s);
|
if (featureSpins == 0) for (var s = 1; s <= total; s++) ExecuteGameLoop(1,s);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private void ProcessReelsAndWins()
|
private void ProcessReelsAndWins()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user