From 77b0fce80f974474624fd3e0beff9d7e6f16a4b2 Mon Sep 17 00:00:00 2001 From: Giacomand Date: Sat, 4 May 2013 01:10:32 +0100 Subject: [PATCH] * Fixed a typo. --- code/game/objects/structures/crates_lockers/bins.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/bins.dm b/code/game/objects/structures/crates_lockers/bins.dm index 9805080183c..8bde5dc87a2 100644 --- a/code/game/objects/structures/crates_lockers/bins.dm +++ b/code/game/objects/structures/crates_lockers/bins.dm @@ -59,7 +59,7 @@ if(!..(O, user, 0, 0)) return user.visible_message("[user] stuffs [O] into the [src].", \ - "You stuff [user] into the [src].", \ + "You stuff [O] into the [src].", \ "You hear a loud metal bang.") insert(O, 1, !opened) if(opened)