mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
plinko with wager (#26)
* Implement PlinkoCommand for Kasino game plinko * Add plinko board cleanup delay setting Added a new setting for plinko board cleanup delay. * Add 'Plinko' to game options in MoneyDbModels Added 'Plinko' option to the game enum with a description. * Modify Plinko win message to show new balance and do wager Updated the message format to include the new balance after a win. * Adjust wager calculation for Plinko game
This commit is contained in:
@@ -296,7 +296,9 @@ public enum WagerGame
|
||||
GuessWhatNumber,
|
||||
Wheel,
|
||||
Slots,
|
||||
Blackjack
|
||||
Blackjack,
|
||||
[Description("Plinko")]
|
||||
Plinko
|
||||
}
|
||||
|
||||
public enum GamblerState
|
||||
@@ -326,4 +328,4 @@ public enum GamblerState
|
||||
/// was erased by this event
|
||||
/// </summary>
|
||||
EndOfYear2025Liquidated
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user