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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2459 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0f8334a8
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ newEntity{ base = "BASE_AMULET",
combat_def = 6,
},
max_power = 300, power_regen = 1,
use_power = { name = "destructive wail", power = 300,
use_power = { name = "unleash a destructive wail", power = 300,
use = function(self, who)
who:project({type="ball", range=0, friendlyfire=false, radius=3}, who.x, who.y, engine.DamageType.DIG, 1)
who:project({type="ball", range=0, friendlyfire=false, radius=3}, who.x, who.y, engine.DamageType.DIG, 1)
......
......@@ -94,7 +94,7 @@ return {
on_enter = function(lev, old_lev, newzone)
if newzone then
game.logPlayer(game.player, "#AQUAMARINE#You arrive deep under water, at the sea floor, as you look upwards you only see a glimpse of light coming through.")
game.logPlayer(game.player, "#AQUAMARINE#You should be crushed by the pressure but strangely you feel no discomfort.")
game.logPlayer(game.player, "#AQUAMARINE#You should be crushed by the pressure, but strangely you feel no discomfort.")
game.logPlayer(game.player, "#AQUAMARINE#All around you there is only water as far as you can see, except to your left, a giant coral structure. This is probably the temple of Creation.")
end
end,
......
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