From a426b93a7a4a3984ed43c0cacf0021b4178c12bf Mon Sep 17 00:00:00 2001 From: MarcellusPye <29051928+MarcellusPye@users.noreply.github.com> Date: Tue, 20 Feb 2018 19:45:57 +1300 Subject: [PATCH] Maintainer corrected comments --- code/modules/mob/living/carbon/human/species/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/species.dm b/code/modules/mob/living/carbon/human/species/species.dm index ee3ddf92c0e..d8c80c8b3fe 100644 --- a/code/modules/mob/living/carbon/human/species/species.dm +++ b/code/modules/mob/living/carbon/human/species/species.dm @@ -287,7 +287,7 @@ // Do species-specific reagent handling here // Return 1 if it should do normal processing too -// (It's better form to return ..() when processing normally if you're using it as a child proc) - Marcellus +// Return the parent value if processing does not explicitly stop // Return 0 if it shouldn't deplete and do its normal effect // Other return values will cause weird badness /datum/species/proc/handle_reagents(mob/living/carbon/human/H, datum/reagent/R)