mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03: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 PlinkoBall()
|
||||
{
|
||||
POSITION = (0, 3);
|
||||
POSITION = (0, DIFFICULTY);
|
||||
|
||||
}
|
||||
public void Iterate()
|
||||
|
||||
Reference in New Issue
Block a user