From 121afdcd3f48b81599ef06e82c3f3d2288c8552c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sat, 3 Jun 2017 11:51:29 +0200 Subject: Replace interest with basic income, add starting amount of 30 minegeld. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 98dda29..3dab5fd 100644 --- a/init.lua +++ b/init.lua @@ -7,7 +7,7 @@ local modpath = minetest.get_modpath("atm") function atm.showform (player) atm.readaccounts() if not atm.balance[player:get_player_name()] then - atm.balance[player:get_player_name()] = 0 + atm.balance[player:get_player_name()] = 30 end local formspec = "size[8,8.5]".. -- cgit v1.2.3