Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 24, 2023
1 parent 42af07f commit 4f66588
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4f66588

Please sign in to comment.