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

Warcries can not be used when silenced

git-svn-id: http://svn.net-core.org/repos/t-engine4@1340 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1966c350
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ newTalentType{ type="technique/archery-sling", name = "archery - slings", descri
newTalentType{ type="technique/archery-training", name = "archery - common", description = "Generic archery techniques." }
newTalentType{ type="technique/archery-utility", name = "archery - utility", description = "Specialized archery techniques to maim your targets." }
newTalentType{ type="technique/superiority", name = "superiority", description = "Advanced combat techniques." }
newTalentType{ type="technique/warcries", name = "warcries", description = "Master the warcries to improve yourself and weaken others." }
newTalentType{ type="technique/warcries", name = "warcries", no_silence = true, description = "Master the warcries to improve yourself and weaken others." }
newTalentType{ type="technique/bloodthirst", name = "bloodthirst", description = "Delight in the act of battle and the spilling of blood." }
newTalentType{ type="technique/field-control", name = "field control", generic = true, description = "Control the battlefield using various techniques." }
newTalentType{ type="technique/combat-techniques-active", name = "combat techniques", description = "Generic combat oriented techniques." }
......
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