diff --git a/game/modules/tome/data/gfx/shockbolt/npc/undead_mummy_greater_mummy.png b/game/modules/tome/data/gfx/shockbolt/npc/undead_mummy_greater_mummy.png new file mode 100644 index 0000000000000000000000000000000000000000..6040835c94be73e851e03c1cafbed574cb09f903 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/undead_mummy_greater_mummy.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/player/original_handdrawn_player.png b/game/modules/tome/data/gfx/shockbolt/player/original_handdrawn_player.png new file mode 100644 index 0000000000000000000000000000000000000000..63ab3a2d9ce277938ffb97b7b9ddd5994dfc5b8b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/player/original_handdrawn_player.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/terrain/last_hope.png b/game/modules/tome/data/gfx/shockbolt/terrain/last_hope.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d5ce2ac2b047ec9a50e5a9feab2813abca58a8 Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/terrain/last_hope.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/terrain/last_hope_up.png b/game/modules/tome/data/gfx/shockbolt/terrain/last_hope_up.png new file mode 100644 index 0000000000000000000000000000000000000000..76fc1526a7a2e57c6e17bc1bad5739e8c85b1e7b Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/terrain/last_hope_up.png differ diff --git a/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua b/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua index 241387d6e2eae366b6db8ea6b0954976437238fe..c386a6265650a06acdf5dcbfc641fdc83b2d9fa9 100644 --- a/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua +++ b/game/modules/tome/data/zones/ancient-elven-ruins/npcs.lua @@ -170,7 +170,7 @@ newEntity{ base = "BASE_NPC_MUMMY", newEntity{ base = "BASE_NPC_MUMMY", define_as = "GREATER_MUMMY", allow_infinite_dungeon = true, name = "greater mummy", color=colors.YELLOW, - image = "npc/undead_mummy_ancient_elven_mummy.png", + image = "npc/undead_mummy_greater_mummy.png", desc = [[An animated corpse in mummy wrappings, both very well preserved.]], level_range = {20, nil}, exp_worth = 1, rank = 3, diff --git a/game/modules/tome/data/zones/wilderness/grids.lua b/game/modules/tome/data/zones/wilderness/grids.lua index 274f25a5544bca073ad72ee98e4a7a78d099cf80..34e6cb7f0214afc3ea636935102192eb76d16be6 100644 --- a/game/modules/tome/data/zones/wilderness/grids.lua +++ b/game/modules/tome/data/zones/wilderness/grids.lua @@ -512,7 +512,7 @@ newEntity{ base="TOWN", define_as = "TOWN_DERTH", change_zone="town-derth", } newEntity{ base="TOWN", define_as = "TOWN_LAST_HOPE", - name = "Last Hope (Town)", add_mos = {{image="terrain/village_01.png"}}, + name = "Last Hope (Town)", add_displays = {class.new{image="terrain/last_hope.png", display_w=2, display_x=-0.5, z=5}, class.new{image="terrain/last_hope_up.png", display_w=2, display_x=-0.5, display_h=2, display_y=-2, z=16}}, desc = "Capital city of the Allied Kingdoms ruled by King Tolak", change_zone="town-last-hope", } diff --git a/game/modules/tome/dialogs/Birther.lua b/game/modules/tome/dialogs/Birther.lua index 6f6369a3e88a59e4f4cd2cfa697a142ebe307d13..35111a4c8b49ffdf2e4e22eda1e17191078b254e 100644 --- a/game/modules/tome/dialogs/Birther.lua +++ b/game/modules/tome/dialogs/Birther.lua @@ -1461,6 +1461,7 @@ function _M:selectTile() "player/ascii_player_bunny_01.png", "player/ascii_player_exotic_01.png", "player/ascii_player_shopper_01.png", + "player/original_handdrawn_player.png", } fs.mkdir("/data/gfx/custom-tiles/")