Rune_PRC8/_module/nss/alt_shape_m_phen.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

12 lines
214 B
Plaintext

//Created by Esreyr Fears
//on February 2nd, 2006
//Determine if Menu item shows up or not.
#include "alt_shape_inc"
int StartingConditional() {
if( ALLOW_CHANGE_PHENOTYPE ) return TRUE;
return FALSE;
}