Fixed typos

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@248 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Atso.Sariola@gmail.com
2010-10-05 07:06:39 +00:00
parent b63e6a0980
commit 89182ea201
+2 -2
View File
@@ -104,7 +104,7 @@
return
if (istype(W, /obj/item/weapon/wrench))
user << "\blue Now dissembling table"
user << "\blue Now disassembling table"
playsound(src.loc, 'Ratchet.ogg', 50, 1)
sleep(50)
new /obj/item/weapon/table_parts( src.loc )
@@ -145,7 +145,7 @@
if (istype(W, /obj/item/weapon/wrench))
if(src.status == 1)
user << "\blue Now dissembling the reinforced table"
user << "\blue Now disassembling the reinforced table"
playsound(src.loc, 'Ratchet.ogg', 50, 1)
sleep(50)
new /obj/item/weapon/table_parts/reinforced( src.loc )