From 8c22580c08b30a52e90847194fb155df3bd26875 Mon Sep 17 00:00:00 2001 From: Tupinambis <42078130+Tupinambis@users.noreply.github.com> Date: Sun, 11 Oct 2020 14:35:59 -0500 Subject: [PATCH] Update species.dm consistent commenting even though it's not consistent anyway. --- code/modules/mob/living/carbon/human/species.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index d445274f36..7ec2fb6cc6 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -118,8 +118,9 @@ GLOBAL_LIST_EMPTY(roundstart_race_names) //the ids you can use for your species, if empty, it means default only and not changeable var/list/allowed_limb_ids - var/override_bp_icon //override for the icon path used when setting bodypart overlays. Intended for species that don't fit in the standard 32x32 files. - //the type of eyes this species has + //override for the icon path used when setting bodypart overlays. Intended for species that don't fit in the standard 32x32 files. + var/override_bp_icon + //the icon state of the eyes this species has var/eye_type = "normal" ///////////