seems \himself doesn't work right, contrary to docs

This commit is contained in:
Tastyfish
2012-01-26 22:36:13 -05:00
parent a0e9986b50
commit af14d9c9e9
+7 -1
View File
@@ -326,8 +326,14 @@
"You unbuckled from [src] by [user.name].",\
"You hear metal clanking")
else
var/t_himself = "itself"
if (M.gender == MALE)
t_himself = "himself"
else if (M.gender == FEMALE)
t_himself = "herself"
M.visible_message(\
"\blue [M.name] unbuckled \himself!",\
"\blue [M.name] unbuckled [t_himself]!",\
"You unbuckle yourself from [src].",\
"You hear metal clanking")
M.pixel_y = 0