openclonk/planet/Objects.ocd/Items.ocd/Chunks.ocd/Amethyst.ocd/Script.c

9 lines
149 B
C

/*--- Amethyst Chunk ---*/
#include Chunk_Ruby
// returns the color of the gem (used for effects)
func GetGemColor()
{
return RGB(255, 20, 255);
}