From d901ec69163cbe3145002f26260505fbc8afdf77 Mon Sep 17 00:00:00 2001 From: olanti-p Date: Sat, 8 Feb 2020 23:56:52 +0300 Subject: [PATCH] Changed type to match docs --- src/mutation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mutation.h b/src/mutation.h index 8254623500ecd..0c5c2f2430b68 100644 --- a/src/mutation.h +++ b/src/mutation.h @@ -153,8 +153,8 @@ struct mutation_branch { /**What do you smell like*/ cata::optional scent_typeid; - /**Map of glowing bodypart and there intensity*/ - std::map lumination; + /**Map of glowing body parts and their glow intensity*/ + std::map lumination; /**Rate at which bmi above character_weight_category::normal increases the character max_hp*/ float fat_to_max_hp = 0.0f;