1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-30 23:15:32 +01:00

Make dungeon masters though and make oerkkis disappear when they get to you (because hitting them doesn't work for some unknown reason)

This commit is contained in:
Perttu Ahola
2011-10-15 16:04:25 +03:00
parent 94dfececf6
commit 3f58028d31
7 changed files with 74 additions and 18 deletions

View File

@@ -186,6 +186,8 @@ private:
bool m_falling;
float m_disturb_timer;
std::string m_disturbing_player;
float m_random_disturb_timer;
float m_shoot_y;
Settings *m_properties;
};