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

tile for rantha

git-svn-id: http://svn.net-core.org/repos/t-engine4@3628 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4503de4a
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/npc/dragon_ice_rantha_the_worm.png

19.5 KiB

......@@ -31,6 +31,7 @@ newEntity{ define_as = "RANTHA_THE_WORM",
type = "dragon", subtype = "ice", unique = true,
name = "Rantha the Worm",
display = "D", color=colors.VIOLET,
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_ice_rantha_the_worm.png", display_h=2, display_y=-1}}},
desc = [[Claws and teeth. Ice and death. Dragons are not all extinct it seems...]],
level_range = {12, nil}, exp_worth = 2,
max_life = 230, life_rating = 17, fixed_rating = true,
......
......@@ -543,6 +543,7 @@ void thread_particle_run(particle_thread *pt, plist *l)
if (lua_pcall(L, 1, 0, 0))
{
printf("L(%x) Particle updater error %x (%d, %d): %s\n", (int)L, (int)l, l->updator_ref, l->emit_ref, lua_tostring(L, -1));
// ps->i_want_to_die = TRUE;
lua_pop(L, 1);
}
......
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