diff --git a/code/game/objects/stacks/glass.dm b/code/game/objects/stacks/glass.dm index 6665ffcf75f..ca5b0f1e051 100644 --- a/code/game/objects/stacks/glass.dm +++ b/code/game/objects/stacks/glass.dm @@ -84,7 +84,7 @@ SHARDS user << "\b There is not enough wire in this coil. You need 5 lengths." CC.amount -= 5 amount -= 1 - user << "\blue You attack wire to the [name]." + user << "\blue You attach wire to the [name]." new/obj/item/stack/light_w(user.loc) if(CC.amount <= 0) user.u_equip(CC)