18 lines
400 B
Plaintext
18 lines
400 B
Plaintext
|
//:://////////////////////////////////////////////
|
||
|
//:: BODY TAILOR: phenotypes
|
||
|
//::
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
for changing body size.
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: bloodsong
|
||
|
//:: based on the Mil_Tailor by Milambus Mandragon
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetPhenoType(PHENOTYPE_BIG);
|
||
|
}
|