mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 12:43:49 +01:00
updated menu a bit, and some other small fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user