mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Changed Alpha Currency Balance for new users
This commit is contained in:
parent
031bad9c62
commit
c8e567ca69
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user