6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
int StartingConditional()
|
|
{
|
|
int nChance = d100() >= 90;
|
|
return nChance;
|
|
}
|