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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2286 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3bb5f47e
No related branches found
No related tags found
No related merge requests found
......@@ -793,7 +793,7 @@ function _M:useCommandOrb(o)
return
end
game.logPlayer(self, "You use the %s on the pedestral. There is a distant 'clonk' sound.", o:getName{do_colour=true})
game.logPlayer(self, "You use the %s on the pedestal. There is a distant 'clonk' sound.", o:getName{do_colour=true})
self:grantQuest("orb-command")
self:setQuestStatus("orb-command", engine.Quest.COMPLETED, o.define_as)
end
......
......@@ -23,22 +23,22 @@ load("/data/general/grids/slime.lua")
newEntity{
define_as = "ORB_DRAGON",
name = "orb pedestral (dragon)", image = "terrain/orb_pedestral.png",
name = "orb pedestal (dragon)", image = "terrain/orb_pedestal.png",
display = '_', color_r=255, color_g=255, color_b=255, back_color=colors.LIGHT_RED,
}
newEntity{
define_as = "ORB_UNDEATH",
name = "orb pedestral (undeath)", image = "terrain/orb_pedestral.png",
name = "orb pedestal (undeath)", image = "terrain/orb_pedestal.png",
display = '_', color_r=255, color_g=255, color_b=255, back_color=colors.LIGHT_RED,
}
newEntity{
define_as = "ORB_ELEMENTS",
name = "orb pedestral (elements)", image = "terrain/orb_pedestral.png",
name = "orb pedestal (elements)", image = "terrain/orb_pedestal.png",
display = '_', color_r=255, color_g=255, color_b=255, back_color=colors.LIGHT_RED,
}
newEntity{
define_as = "ORB_DESTRUCTION",
name = "orb pedestral (destruction)", image = "terrain/orb_pedestral.png",
name = "orb pedestal (destruction)", image = "terrain/orb_pedestal.png",
display = '_', color_r=255, color_g=255, color_b=255, back_color=colors.LIGHT_RED,
}
......
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