mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user