1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Made rats cookable and made them spawn near trees

This commit is contained in:
Perttu Ahola 2011-07-30 17:51:21 +03:00
parent 8ceb0586b2
commit 4556c212db
4 changed files with 50 additions and 6 deletions

View file

@ -79,7 +79,7 @@ void set_default_settings()
// Server stuff
g_settings.setDefault("enable_experimental", "false");
g_settings.setDefault("creative_mode", "false");
g_settings.setDefault("enable_damage", "false"); //TODO: Set to true when healing is possible
g_settings.setDefault("enable_damage", "true");
g_settings.setDefault("give_initial_stuff", "false");
g_settings.setDefault("default_password", "");
g_settings.setDefault("default_privs", "build, shout");