mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
More plinko RTP shenanigans
This commit is contained in:
@@ -262,7 +262,7 @@ public class PlinkoCommand : ICommand
|
|||||||
public (int row, int col) POSITION;
|
public (int row, int col) POSITION;
|
||||||
public PlinkoBall()
|
public PlinkoBall()
|
||||||
{
|
{
|
||||||
POSITION = (0, 3);
|
POSITION = (0, DIFFICULTY);
|
||||||
|
|
||||||
}
|
}
|
||||||
public void Iterate()
|
public void Iterate()
|
||||||
|
|||||||
Reference in New Issue
Block a user