1
0
mirror of https://github.com/SmallJoker/bitchange.git synced 2025-07-17 07:40:18 +02:00

Money converting updates

This commit is contained in:
SmallJoker
2014-01-23 18:59:45 +01:00
parent 78f27c4bd9
commit c0f291ecf3
4 changed files with 10 additions and 8 deletions

View File

@ -3,7 +3,7 @@
--License: WTFPL
local file_path = minetest.get_worldpath() .. "/bitchange_bank_money2"
local exchange_worth = 100.0 -- default worth in "cr" for one MineCoin, change if not okay
local exchange_worth = 70.0 -- default worth in "cr" for one MineCoin, change if not okay
local bank = {}
local changes_made = false