- Fixed a typo in light-tile construction that has been annoying me.

It should now read "You attach the wire to the glass"
Instead of "You attack the wire to the glass"

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2510 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
trubblebass@gmail.com
2011-11-10 19:24:01 +00:00
parent 882cb48f32
commit 65d2d51f0f
+1 -1
View File
@@ -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)