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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@319 51575b47-30f0-44d4-a5cc-537603b46e54
parent f4a53016
No related branches found
No related tags found
No related merge requests found
load("/data/general/npcs/vermin.lua")
load("/data/general/npcs/ooze.lua")
load("/data/general/npcs/jelly.lua")
--load("/data/general/npcs/sandworm.lua")
local Talents = require("engine.interface.ActorTalents")
......@@ -6,7 +9,7 @@ local Talents = require("engine.interface.ActorTalents")
-- High life to not kill them by accident
newEntity{ define_as = "SANDWORM_TUNNELER",
type = "vermin", subtype = "sandworm",
name = "sandworm tunneler",
name = "sandworm burrower",
display = "w", color=colors.GREEN,
desc = [[This sandworm seems to not care about your presence at all and simply continues digging its way through the sand.
Maybe following it is the only way to move around here...]],
......
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