Pryaxis / TSAPI

🛠🌳 The TShock Scaffold API enables developers to build plugins that hook directly into the Terraria game engine.
http://tshock.co/
GNU General Public License v3.0
109 stars 66 forks source link

Add Evil Type option during world creation #126

Closed mistzzt closed 7 years ago

mistzzt commented 7 years ago

This should fix #1386

hakusaro commented 7 years ago

No go until review by @DeathCradle.

mistzzt commented 7 years ago

@Ijwu I have tested and this worked well.

SignatureBeef commented 7 years ago

@mistzzt Would there be any reason not to simply set the field Terraria.Main.SettingsUnlock_WorldEvil as true on initialise? While you have plausible modification code, i'm just thinking that if we can avoid a modification it would be the best outcome.

mistzzt commented 7 years ago

You're right. I forgot this...