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

oups blue mountains!

git-svn-id: http://svn.net-core.org/repos/t-engine4@3709 51575b47-30f0-44d4-a5cc-537603b46e54
parent d7fba4ea
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ desc = function(self, who)
desc[#desc+1] = "As you came to Derth you saw a huge dark cloud over the small town."
desc[#desc+1] = "When you entered you were greeted by an army of air elementals slaughtering the population."
if self:isCompleted("saved-derth") then
desc[#desc+1] = " * You have dispatched the elementals but the cloud lingers still. You must find a powerful ally to remove it. There are rumours of a secret town in the blue mountains, to the southwest. You could also check out the Ziguranth group that is supposed to fight magic."
desc[#desc+1] = " * You have dispatched the elementals but the cloud lingers still. You must find a powerful ally to remove it. There are rumours of a secret town in the mountains, to the southwest. You could also check out the Ziguranth group that is supposed to fight magic."
end
if self:isCompleted("tempest-located") then
desc[#desc+1] = " * You have learned the real threat comes from a rogue Archmage, a Tempest named Urkis. The mages of Angolwen are ready to teleport you there."
......
......@@ -35,10 +35,10 @@ find . -name '*~' -or -name '.svn' | xargs rm -rf
# create teae/teams
cd game/engines
te4_pack_engine.sh default/ te4-"$ever"
mv -i te4-*.teae boot-te4-*.team /var/www/te4.org/htdocs/dl/engines
mv -f te4-*.teae boot-te4-*.team /var/www/te4.org/htdocs/dl/engines
cd ../modules
te4_pack_module.sh tome "$tver"
mv -i tome*.team /var/www/te4.org/htdocs/dl/modules/tome/
mv -f tome*.team /var/www/te4.org/htdocs/dl/modules/tome/
cd ../../
cd ..
......
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