From 794367f633c96a4f2d2cf4b1f0b3863a2b56f484 Mon Sep 17 00:00:00 2001 From: Shibari <ShibariTOME@Gmail.com> Date: Sat, 8 Jul 2017 09:05:36 -0400 Subject: [PATCH] oops --- game/modules/tome/class/Actor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua index f86c0a7a77..fa5dac5c5c 100644 --- a/game/modules/tome/class/Actor.lua +++ b/game/modules/tome/class/Actor.lua @@ -3382,7 +3382,7 @@ function _M:levelup() end if self.level == 30 or self.level == 42 then self.unused_prodigies = self.unused_prodigies + 1 - if self.player and not self.silent_levelup then + if self.player and not config.settings.cheat and not self.silent_levelup then Dialog:simpleLongPopup("Prodigy!", "You have achieved #LIGHT_GREEN#level 30#WHITE# and gained a #LIGHT_GREEN#prodigy point#LAST#!\n\nProdigies are powerful talents with unique requirements that cannot be unlearned.", 400) end end -- GitLab