summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-12 15:18:38 -0230
committerDracoOmega <draco_omega@live.com>2014-03-12 19:52:13 -0230
commit9a20582491d1faf1c514505fb416b674ec8ee87f (patch)
tree24e614e8579cb537811c9ff16a5c0b1385fd4791 /crawl-ref/source/mutation.cc
parentb78b54b1c70040f340716dd8dd8e29df2f54f69e (diff)
downloadcrawl-ref-9a20582491d1faf1c514505fb416b674ec8ee87f.tar.gz
crawl-ref-9a20582491d1faf1c514505fb416b674ec8ee87f.zip
Remove Formicid giant club wielding, reduce shield penalties, apt tweaks
Giant spiked clubs were stronger than other weapons to such a degree that they commonly eclipsed the more unique formicid mechanic of using a two-hander with a shield. There is already a race whose weapon choice centers around giant clubs, so I think it better for formicids to lose this ability so as to hilight the more interesting one. In the same vein, formicids now recieve the same reduced shield penalties that large races do (a perk of effectively having more limbs to juggle everything with), which should make shield usage further encouraged earlier on, where they have yet to gain enough xp to otherwise benefit from using them with a two-hander (and the race is considered weak enough that a few buffs like this feel perfectly safe). Additionally, there are a couple apt tweaks: Fighting 0 -> +1 Short Blades +1 -> 0 Armour +2 -> +1 Shields 0 -> +2
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index af174f4069..a58226f2bb 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -585,7 +585,7 @@ string describe_mutations(bool center_title)
case SP_FORMICID:
result += "Your are under a permanent stasis effect.\n";
result += "You can dig through walls and to a lower floor.\n";
- result += "Your four strong arms can wield any weapon, most with a shield.\n";
+ result += "Your four strong arms can wield two-handed weapons with a shield.\n";
have_any = true;
break;