From f23912bc5b33b10b42365c7633576af6b5fb8322 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 8 Sep 2022 17:45:10 +0200 Subject: [PATCH] cosmetic shit --- files/helpers/const.py | 2 -- files/routes/casino.py | 2 +- files/templates/casino.html | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 0f4b13412..957fe1396 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -78,8 +78,6 @@ if SITE_NAME == 'rDrama': "uss liberty incident": "tragic accident aboard the USS Liberty", "lavon affair": "Lavon Misunderstanding", "shylock": "Israeli friend", - "mohammad": "Prophet Muhammad (ﷺ)", - "muhammad": "Prophet Muhammad (ﷺ)", "i hate marsey": "i love marsey", "dancing israelis": "i love Israel", "sodomite": "total dreamboat", diff --git a/files/routes/casino.py b/files/routes/casino.py index d1cbb9bbc..ec298188a 100644 --- a/files/routes/casino.py +++ b/files/routes/casino.py @@ -48,7 +48,7 @@ def pull_slots(v): if success: return {"game_state": game_state, "gambler": { "coins": v.coins, "procoins": v.procoins }} else: - return {"error": "Wager must be more than 100 {currency}."} + return {"error": f"Wager must be more than 5 {currency}."} @app.get("/casino/blackjack/status") diff --git a/files/templates/casino.html b/files/templates/casino.html index a076d1b61..9f4d96424 100644 --- a/files/templates/casino.html +++ b/files/templates/casino.html @@ -41,8 +41,8 @@ id="casinoSlotsBet" class="form-control" autocomplete="off" - value="100" - min="100" + value="5" + min="5" step="1" aria-label="Bet" name="casinoSlotsBet" @@ -171,8 +171,8 @@ id="casinoBlackjackBet" class="form-control" autocomplete="off" - value="100" - min="100" + value="5" + min="5" step="1" aria-label="Bet" name="casinoBlackjackBet"