Changed Alpha Currency Balance for new users

This commit is contained in:
ZKWolf 2024-02-26 02:07:00 +01:00
parent 031bad9c62
commit c8e567ca69

View File

@ -10,9 +10,9 @@ class Mongo:
self.dyn_collection = ""
self.default_user_schema = {
'eula': False,
'currency_blood_cells': 0,
'currency_iron': 0,
'currency_ink_cells': 0,
'currency_blood_cells': 1000,
'currency_iron': 1000,
'currency_ink_cells': 1000,
'inventory': [],
'is_banned': False,
'ban_reason': "NoReasonGiven",