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