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
+6 -6
View File
@@ -98,12 +98,12 @@
return (TOXLOSS)
/**
* Decrease the number of uses the bar of soap has.
*
* The higher the cleaning skill, the less likely the soap will lose a use.
* Arguments
* * user - The mob that is using the soap to clean.
*/
* Decrease the number of uses the bar of soap has.
*
* The higher the cleaning skill, the less likely the soap will lose a use.
* Arguments
* * user - The mob that is using the soap to clean.
*/
/obj/item/soap/proc/decreaseUses(mob/user)
var/skillcheck = 1
if(user?.mind)