mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Fixed typos
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@248 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user