From e3a2a9238da3ef76dd9dc6bd11fda75dcd4eff45 Mon Sep 17 00:00:00 2001 From: Rob Nelson Date: Fri, 24 Jan 2014 06:13:21 -0800 Subject: [PATCH] Fix typo before someone notices. --- code/game/objects/structures/displaycase.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm index 4948568c0b2..49075d2c46a 100644 --- a/code/game/objects/structures/displaycase.dm +++ b/code/game/objects/structures/displaycase.dm @@ -119,7 +119,7 @@ user << "\red It's locked, you can't put anything into it." return if(!occupant) - user << "\blue You insert \the [src] into \the [src], and it floats as the hoverfield activates." + user << "\blue You insert \the [W] into \the [src], and it floats as the hoverfield activates." user.drop_item() W.loc=src occupant=W