aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2017-06-03 11:51:29 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2017-06-03 11:51:29 +0200
commit121afdcd3f48b81599ef06e82c3f3d2288c8552c (patch)
treeee297d595ae7a2e147799b789641236bf3c5d8f9 /init.lua
parentb7580bcea4c7eb94c48f88b9ba744d5b2473dd1c (diff)
downloadatm-121afdcd3f48b81599ef06e82c3f3d2288c8552c.tar.gz
atm-121afdcd3f48b81599ef06e82c3f3d2288c8552c.tar.bz2
atm-121afdcd3f48b81599ef06e82c3f3d2288c8552c.zip
Replace interest with basic income, add starting amount of 30 minegeld.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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]"..