mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
updated menu a bit, and some other small fixes
This commit is contained in:
parent
ba88685fab
commit
c9967d6d07
9 changed files with 71 additions and 5 deletions
|
@ -507,7 +507,7 @@ void Oerkki1SAO::step(float dtime, Queue<ActiveObjectMessage> &messages,
|
|||
*/
|
||||
|
||||
m_age += dtime;
|
||||
if(m_age > 60)
|
||||
if(m_age > 120)
|
||||
{
|
||||
// Die
|
||||
m_removed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue