diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index f9b58cd9774340c946322d8172c456dbb9326394..9e35200d7b6a3e4b62230417a8c417057c18dfa8 100644 --- a/game/modules/tome/class/Game.lua +++ b/game/modules/tome/class/Game.lua @@ -1210,7 +1210,7 @@ function _M:setupCommands() end end, [{"_g","ctrl"}] = function() if config.settings.cheat then -- self:registerDialog(require("mod.dialogs.DownloadCharball").new()) - local f, err = loadfile("/data/general/events/rat-lich.lua") + local f, err = loadfile("/data/general/events/cultists.lua") print(f, err) setfenv(f, setmetatable({level=self.level, zone=self.zone}, {__index=_G})) print(pcall(f)) diff --git a/game/modules/tome/data/general/events/cultists.lua b/game/modules/tome/data/general/events/cultists.lua index ca69cc6f1a44e476df3d1015c2fd70bd1fa96fc0..73ed435a119d19b04f5ba6567ef174154963d33d 100644 --- a/game/modules/tome/data/general/events/cultists.lua +++ b/game/modules/tome/data/general/events/cultists.lua @@ -141,7 +141,7 @@ game.zone.on_turn = function() type = "demon", subtype = "major", display = 'U', name = "Shasshhiy'Kaish", color=colors.VIOLET, unique = true, --- resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/demon_major_shasshhiy_kaish.png", display_h=2, display_y=-1}}}, + resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/demon_major_shasshhiy_kaish.png", display_h=2, display_y=-1}}}, desc = [[This demon would be very attractive if not for the hovering crown of flames, the three tails and sharp claws. As you watch her you can almost feel pain digging in your flesh. She wants you to suffer.]], killer_message = "and used for her perverted desires", level_range = {25, nil}, exp_worth = 2, diff --git a/game/modules/tome/data/gfx/shockbolt/npc/demon_major_shasshhiy_kaish.png b/game/modules/tome/data/gfx/shockbolt/npc/demon_major_shasshhiy_kaish.png new file mode 100644 index 0000000000000000000000000000000000000000..ec61614b078ea38f4cc3986dd5dd3f00205d8959 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/demon_major_shasshhiy_kaish.png differ