Set default teleport cost to 200

This commit is contained in:
Wuzzy 2015-02-14 03:22:32 +01:00
parent c54f7c9ccc
commit 3d2abd1bb4
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ Initially, a mirror has no teleport location set, so you have to set it before t
If the Mana mod [mana] is present, setting and teleporting costs mana. The default cost are:
* Setting: 20
* Teleporting back to set position: 100
* Teleporting back to set position: 200
## Configuration
You can change the mana costs via minetest.conf. The following settings are used:

View File

@ -1,5 +1,5 @@
returnmirror = {}
returnmirror.cost_teleport = 100
returnmirror.cost_teleport = 200
returnmirror.cost_set = 20
if tonumber(minetest.setting_get("returnmirror_cost_teleport")) ~= nil then