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
@@ -98,8 +98,8 @@
if(door_check)
user.visible_message("<span class='notice'>[user] secures the airlock assembly to the floor.</span>", \
"<span class='notice'>You start to secure the airlock assembly to the floor...</span>", \
"<span class='hear'>You hear wrenching.</span>")
"<span class='notice'>You start to secure the airlock assembly to the floor...</span>", \
"<span class='hear'>You hear wrenching.</span>")
if(W.use_tool(src, user, 40, volume=100))
if(anchored)
@@ -112,8 +112,8 @@
else
user.visible_message("<span class='notice'>[user] unsecures the airlock assembly from the floor.</span>", \
"<span class='notice'>You start to unsecure the airlock assembly from the floor...</span>", \
"<span class='hear'>You hear wrenching.</span>")
"<span class='notice'>You start to unsecure the airlock assembly from the floor...</span>", \
"<span class='hear'>You hear wrenching.</span>")
if(W.use_tool(src, user, 40, volume=100))
if(!anchored)
return
@@ -208,7 +208,7 @@
if(G.get_amount() >= 2)
playsound(src, 'sound/items/crowbar.ogg', 100, TRUE)
user.visible_message("<span class='notice'>[user] adds [G.name] to the airlock assembly.</span>", \
"<span class='notice'>You start to install [G.name] into the airlock assembly...</span>")
"<span class='notice'>You start to install [G.name] into the airlock assembly...</span>")
if(do_after(user, 40, target = src))
if(G.get_amount() < 2 || mineral)
return
@@ -237,7 +237,7 @@
else if((W.tool_behaviour == TOOL_SCREWDRIVER) && state == AIRLOCK_ASSEMBLY_NEEDS_SCREWDRIVER )
user.visible_message("<span class='notice'>[user] finishes the airlock.</span>", \
"<span class='notice'>You start finishing the airlock...</span>")
"<span class='notice'>You start finishing the airlock...</span>")
if(W.use_tool(src, user, 40, volume=100))
if(loc && state == AIRLOCK_ASSEMBLY_NEEDS_SCREWDRIVER)