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

Sher'Tul fortress command orb got a correct tile now

git-svn-id: http://svn.net-core.org/repos/t-engine4@4201 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6be6c1f7
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/terrain/shertul_control_orb_blue.png

8.65 KiB

......@@ -23,7 +23,7 @@ load("/data/general/grids/void.lua")
newEntity{
define_as = "COMMAND_ORB",
name = "Sher'Tul Control Orb", image = "terrain/solidwall/solid_floor1.png", add_displays = {class.new{image="terrain/worldmap.png"}},
name = "Sher'Tul Control Orb", image = "terrain/solidwall/solid_floor1.png", add_displays = {class.new{image="terrain/shertul_control_orb_blue.png"}},
display = '*', color=colors.PURPLE,
notice = true,
always_remember = true,
......
......@@ -37,7 +37,7 @@ newEntity{
newEntity{
define_as = "COMMAND_ORB",
name = "Sher'Tul Control Orb", image = "terrain/solidwall/solid_floor1.png", add_displays = {class.new{image="terrain/worldmap.png"}},
name = "Sher'Tul Control Orb", image = "terrain/solidwall/solid_floor1.png", add_displays = {class.new{image="terrain/shertul_control_orb_blue.png"}},
display = '*', color=colors.PURPLE,
notice = true,
always_remember = true,
......
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