mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-19 23:54:00 -05:00
Added base currency's requested by miraak.
This commit is contained in:
@@ -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': 500,
|
||||
'currency_iron': 1000,
|
||||
'currency_ink_cells': 500,
|
||||
'inventory': [],
|
||||
'is_banned': False,
|
||||
'ban_reason': "NoReasonGiven",
|
||||
|
||||
Reference in New Issue
Block a user