mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
dig_immediate=2 -> 0.5 seconds digging time
This commit is contained in:
parent
15da308c2a
commit
55d310b05a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ DigParams getDigParams(const ItemGroupList &groups,
|
||||||
switch(itemgroup_get(groups, "dig_immediate")){
|
switch(itemgroup_get(groups, "dig_immediate")){
|
||||||
case 2:
|
case 2:
|
||||||
//infostream<<"dig_immediate=2"<<std::endl;
|
//infostream<<"dig_immediate=2"<<std::endl;
|
||||||
return DigParams(true, 1.0, 0);
|
return DigParams(true, 0.5, 0);
|
||||||
case 3:
|
case 3:
|
||||||
//infostream<<"dig_immediate=3"<<std::endl;
|
//infostream<<"dig_immediate=3"<<std::endl;
|
||||||
return DigParams(true, 0.0, 0);
|
return DigParams(true, 0.0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue