mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added lossback and also found some issues with rakeback
This commit is contained in:
@@ -264,7 +264,13 @@ public enum TransactionSourceEventType
|
||||
/// <summary>
|
||||
/// Use this only for hostess juicers as the sum of these juicers in a given day can influence the hostess' behavior
|
||||
/// </summary>
|
||||
Hostess
|
||||
Hostess,
|
||||
/// <summary>
|
||||
/// Specifically use for lossback as we use the delta between last lossback txn to calculate total lost
|
||||
/// to figure out what the next lossback should be. (Basically return a small % of the player's losses
|
||||
/// unless the player's actual position is positive during the period, then tell them to fuck off)
|
||||
/// </summary>
|
||||
Lossback
|
||||
}
|
||||
|
||||
public enum WagerGame
|
||||
|
||||
Reference in New Issue
Block a user