Kitteh6660 / Corruption-of-Champions-Mod

CoC source from fenoxo, modded by Kitteh6660
233 stars 98 forks source link

Fix can't sex Isabella #1385

Closed brrritssocold closed 6 years ago

brrritssocold commented 6 years ago

This PR fixes #1384

The issue was caused by assuming the function would return a Boolean, when in fact it returned an index. This did not cause a error or warning due to Actionscript 3 performing implicit coercion.