Merge pull request #1396 from mistzzt/add-evil-option
Add Evil Type option during world creation
This commit is contained in:
commit
b7003f0723
2 changed files with 16 additions and 13 deletions
|
|
@ -3,6 +3,7 @@
|
|||
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
|
||||
|
||||
## Upcoming Changes
|
||||
* Added evil type option during world creation (@mistzzt)
|
||||
|
||||
## TShock 4.3.22
|
||||
* Compatibility with Terraria 1.3.4.4
|
||||
|
|
|
|||
|
|
@ -198,6 +198,8 @@ namespace TShockAPI
|
|||
return OTAPI.HookResult.Cancel;
|
||||
};
|
||||
|
||||
Main.SettingsUnlock_WorldEvil = true;
|
||||
|
||||
TerrariaApi.Reporting.CrashReporter.HeapshotRequesting += CrashReporter_HeapshotRequesting;
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue