Maintainer corrected comments

This commit is contained in:
MarcellusPye
2018-02-20 19:45:57 +13:00
parent 8235d8ec89
commit a426b93a7a
@@ -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)