Fixed messages for reinforcing grab not appearing.

This commit is contained in:
Chinsky
2013-01-07 20:52:53 +04:00
parent 85e2043385
commit bab9132ab6
+2 -2
View File
@@ -167,7 +167,7 @@
if (state < 2)
if (!( allow_upgrade ))
return
visible_message("\red [assailant] has grabbed [affecting] aggressively (now hands)!")
assailant.visible_message("\red [assailant] has grabbed [affecting] aggressively (now hands)!")
state = 2
icon_state = "grabbed1"
/*if (prob(75))
@@ -204,7 +204,7 @@
assailant << "\blue You squeeze [affecting], but nothing interesting happens."
return
visible_message("\red [assailant] has reinforced \his grip on [affecting] (now neck)!")
assailant.visible_message("\red [assailant] has reinforced \his grip on [affecting] (now neck)!")
state = 3
icon_state = "grabbed+1"
if (!( affecting.buckled ))