This is targeting dev branch because latest commit on dev is from March 22 and the latest on master is from February 1.
This commit is contained in:
Jarcolr
2015-04-16 16:44:16 +03:00
committed by Jarcolr
parent fdd041830a
commit c8256e70e1

View File

@@ -119,14 +119,14 @@
m_type = 1 m_type = 1
if ("flap") if ("flap")
if (!src.restrained()) if (!src.restrained())
message = "<B>[src]</B> flaps his wings." message = "<B>[src]</B> flaps \his wings."
m_type = 2 m_type = 2
if(miming) if(miming)
m_type = 1 m_type = 1
if ("aflap") if ("aflap")
if (!src.restrained()) if (!src.restrained())
message = "<B>[src]</B> flaps his wings ANGRILY!" message = "<B>[src]</B> flaps \his wings ANGRILY!"
m_type = 2 m_type = 2
if(miming) if(miming)
m_type = 1 m_type = 1