diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-10-15 16:04:25 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-10-15 16:04:25 +0300 |
commit | 3f58028d3198e77ce26d09680f0a637188610871 (patch) | |
tree | d67eceb68336e9e1d0d74de25c71eabec1ef485e /src/content_sao.h | |
parent | 94dfececf6b4cf5d996ff2a12e7801bd640b1a57 (diff) | |
download | minetest-3f58028d3198e77ce26d09680f0a637188610871.tar.gz minetest-3f58028d3198e77ce26d09680f0a637188610871.tar.bz2 minetest-3f58028d3198e77ce26d09680f0a637188610871.zip |
Make dungeon masters though and make oerkkis disappear when they get to you (because hitting them doesn't work for some unknown reason)
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 0586ef434..42e8cab7d 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -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; }; |