From 0e39f18763f22fc5f109f3bad9bb23ac012b4b7d Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 3 May 2014 23:17:08 +0930 Subject: [PATCH] Compile fix. --- code/game/objects/items/weapons/tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index be44827938..e434913aee 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -483,7 +483,7 @@ return user.visible_message("\red \The [user] patches some dents on \the [M] with \the [src]",\ - "\red \You patches some of the dents on \the [M].",\ + "\red You patch some of the dents on \the [M].",\ "You hear a welder.") H.heal_overall_damage(5,0) return