Fix gender issues, some typos from various files

This commit is contained in:
SomeoneElse
2015-08-09 02:14:54 +06:00
committed by Karolis2011
parent 64c59d3145
commit 8c0984d5b1
21 changed files with 40 additions and 39 deletions

View File

@@ -65,12 +65,12 @@
m_type = 2
if ("flap")
if (!src.restrained())
message = "<B>[src]</B> flaps his wings."
message = "<B>[src]</B> flaps \his wings."
m_type = 2
if ("aflap")
if (!src.restrained())
message = "<B>[src]</B> flaps his wings ANGRILY!"
message = "<B>[src]</B> flaps \his wings ANGRILY!"
m_type = 2
if ("twitch")
@@ -217,4 +217,4 @@
else
for(var/mob/O in hearers(src, null))
O.show_message(message, m_type)
return
return