aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 36cfa0b..3ccba60 100644
--- a/init.lua
+++ b/init.lua
@@ -5,7 +5,8 @@
atm = {}
atm.balance = {}
atm.welfare = {}
-atm.default_welfare = 1000
+atm.welfare_cap = 1000 --
+atm.welfare_amount = 5
atm.pending_transfers = {}
atm.completed_transactions = {}
atm.pth = minetest.get_worldpath().."/atm_accounts"