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

rename shocker to tempest

git-svn-id: http://svn.net-core.org/repos/t-engine4@1212 51575b47-30f0-44d4-a5cc-537603b46e54
parent 43ad9375
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ newBirthDescriptor{
Alchemist = "allow",
Pyromancer = function() return profile.mod.allow_build.mage_pyromancer and "allow" or "disallow" end,
Cryomancer = function() return profile.mod.allow_build.mage_cryomancer and "allow" or "disallow" end,
Shocker = function() return profile.mod.allow_build.mage_shocker and "allow" or "disallow" end,
Tempest = function() return profile.mod.allow_build.mage_tempest and "allow" or "disallow" end,
},
},
copy = {
......@@ -246,7 +246,7 @@ newBirthDescriptor{
newBirthDescriptor{
type = "subclass",
name = "Shocker",
name = "Tempest",
desc = {
"Bzzzzt!",
"Their most important stats are: Magic and Willpower",
......
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