Compile fix

This commit is contained in:
GinjaNinja32
2015-08-11 18:47:25 +01:00
parent 631ff21980
commit ea76feb3cd
3 changed files with 5 additions and 4 deletions

View File

@@ -65,12 +65,12 @@
m_type = 2
if ("flap")
if (!src.restrained())
message = "flaps [get_visible_gender() == MALE ? "his" : get_visible_gender() == FEMALE ? "her" : "their"] wings."
message = "flaps its wings."
m_type = 2
if ("aflap")
if (!src.restrained())
message = "flaps [get_visible_gender() == MALE ? "his" : get_visible_gender() == FEMALE ? "her" : "their"] wings ANGRILY!"
message = "flaps its wings ANGRILY!"
m_type = 2
if ("twitch")