Fixed some spacing.

This commit is contained in:
ProperPants
2016-03-29 20:06:50 -04:00
parent 15946be225
commit 7e67a2bf34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
playsound(src.loc, 'sound/items/Ratchet.ogg', 50, 1)
if(do_after(user, 20, target = src))
user << "<span class='notice'>You deconstruct the table.</span>"
new /obj/item/stack/sheet/plasteel( loc, 5)
new /obj/item/stack/sheet/plasteel(loc, 5)
qdel(src)
+1 -1
View File
@@ -36,7 +36,7 @@
if(do_after(user, 20, target = src))
if(!src || !WT.remove_fuel(0, user)) return
user << "\blue You deconstruct the frame."
new /obj/item/stack/sheet/plasteel( loc, 4)
new /obj/item/stack/sheet/plasteel(loc, 4)
qdel(src)
if(1)
if(istype(P, /obj/item/weapon/wrench))