From 4f66588ec1de84fea101224a1b776549203b92c6 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Fri, 24 Nov 2023 19:48:50 +0000 Subject: [PATCH] doc --- code/modules/mob/living/carbon/xenomorph/xeno_defines.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm b/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm index 22d7354d72f8..5f1c79d6c05f 100644 --- a/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm +++ b/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm @@ -365,7 +365,11 @@ var/datum/tacmap/drawing/xeno/tacmap var/minimap_type = MINIMAP_FLAG_XENO - ///Stores the image()'s for the xeno evolution radial menu + /*Stores the image()'s for the xeno evolution radial menu + To add an image for your caste - add an icon to icons/mob/xenos/radial_xenos.dmi + Icon size should be 32x32, to make them fit within the radial menu border size your icon 22x22 and leave 10px transparent border. + The name of the icon should be the same as the XENO_CASTE_ define for that caste eg. #define XENO_CASTE_DRONE "Drone" + */ var/static/list/evolution_menu_images /datum/hive_status/New()