Skip to content

Commit

Permalink
Update requirements and add version check
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Jun 16, 2024
1 parent dde7195 commit 73eb660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Ninja/FirstMageKit/Content/init.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ func void Ninja_FirstMageKit_Menu(var int menuPtr) {

MEM_InitAll();

if (NINJA_VERSION < 3000) {
MEM_SendToSpy(zERR_TYPE_FATAL, "First Mage Kit requires at least Ninja 3 or higher.");
};

Patch_FirstMageKit_LocalizeTexts();
Patch_FirstMageKit_CreateSpells();
Patch_FirstMageKit_SetupTrading();
Expand Down

0 comments on commit 73eb660

Please sign in to comment.