Skip to content
Snippets Groups Projects
Commit 171f9e3f authored by dg's avatar dg
Browse files

yay

git-svn-id: http://svn.net-core.org/repos/t-engine4@5325 51575b47-30f0-44d4-a5cc-537603b46e54
parent 06ed1ced
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
......@@ -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,
......
game/modules/tome/data/gfx/shockbolt/npc/demon_major_shasshhiy_kaish.png

8.73 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment