From b0264e9f6e1f166bb74d3360df72e77b6644d270 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Sat, 6 Jun 2020 16:08:24 -0500 Subject: [PATCH] autodoc stuff --- code/datums/components/slippery.dm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/code/datums/components/slippery.dm b/code/datums/components/slippery.dm index 0ea8e313378..baa93513f0a 100644 --- a/code/datums/components/slippery.dm +++ b/code/datums/components/slippery.dm @@ -1,9 +1,12 @@ /** - This is a component that can be applied to any movable atom (mob or obj). - - While the atom has this component, any carbon mob that walks over it will slip. - Duration, tiles moved, and so on, depend on what variables are passed in when the component is added. -*/ + * # Slip Component + * + * This is a component that can be applied to any movable atom (mob or obj). + * + * While the atom has this component, any human mob that walks over it will have a chance to slip. + * Duration, tiles moved, and so on, depend on what variables are passed in when the component is added. + * + */ /datum/component/slippery /// Text that gets displayed in the slip proc, i.e. "user slips on [description]" var/description