1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Increase automatic suspect guess timeframe

This commit is contained in:
Perttu Ahola 2012-07-27 13:54:14 +03:00
parent 1d44a98f2f
commit 0de3fb786d

View File

@ -76,7 +76,7 @@ public:
v3s16 p; v3s16 p;
if(!action.getPosition(&p)) if(!action.getPosition(&p))
return; return;
action.actor = getSuspect(p, 5); // 5s timeframe action.actor = getSuspect(p, 30); // 30s timeframe
if(action.actor.empty()) if(action.actor.empty())
return; return;
action.actor_is_guess = true; action.actor_is_guess = true;