Grep for space indentation (#54850)

#54604 atomizing
Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
TiviPlus
2020-11-30 12:48:40 -05:00
committed by GitHub
parent 84796e5372
commit 0eaab0bc54
468 changed files with 7623 additions and 7548 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
if(W.use_tool(src, user, 0, volume=40))
var/obj/item/stack/sheet/metal/new_item = new(usr.loc)
user.visible_message("<span class='notice'>[user.name] shaped [src] into metal with [W].</span>", \
"<span class='notice'>You shape [src] into metal with [W].</span>", \
"<span class='hear'>You hear welding.</span>")
"<span class='notice'>You shape [src] into metal with [W].</span>", \
"<span class='hear'>You hear welding.</span>")
var/obj/item/stack/rods/R = src
src = null
var/replace = (user.get_inactive_held_item()==R)