From efdbdef49ff323f83e116811d14075f569c2adaa Mon Sep 17 00:00:00 2001 From: phil235 Date: Mon, 23 Mar 2015 14:27:52 +0100 Subject: [PATCH] Fix mistake in bottle hitting message. --- code/modules/food&drinks/drinks/drinks/bottle.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food&drinks/drinks/drinks/bottle.dm b/code/modules/food&drinks/drinks/drinks/bottle.dm index 5c0bdec3e23..5cdfcd67a2c 100644 --- a/code/modules/food&drinks/drinks/drinks/bottle.dm +++ b/code/modules/food&drinks/drinks/drinks/bottle.dm @@ -92,8 +92,8 @@ target.visible_message("[user] has hit [target][head_attack_message] with a bottle of [src.name]!", \ "[user] has hit [target][head_attack_message] with a bottle of [src.name]!") else - user.visible_message("[target] hits himself with a bottle of [src.name][head_attack_message]!", \ - "[target] hits himself with a bottle of [src.name][head_attack_message]!") + user.visible_message("[target] hits \himself with a bottle of [src.name][head_attack_message]!", \ + "[target] hits \himself with a bottle of [src.name][head_attack_message]!") //Attack logs add_logs(user, target, "attacked", object="bottle")