summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-21 21:33:34 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-21 21:33:34 -0500
commitff06f60e89e4f60caf4e21b771a1f8e9d850d50a (patch)
tree0b4b64826822f7209bff7c733b5114b28c9282d7 /crawl-ref/source/fight.cc
parentf4bdb16d14225e28e96d7fd7acf5754f439d2082 (diff)
downloadcrawl-ref-ff06f60e89e4f60caf4e21b771a1f8e9d850d50a.tar.gz
crawl-ref-ff06f60e89e4f60caf4e21b771a1f8e9d850d50a.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 066717d2f6..34cf5c1177 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -1881,8 +1881,10 @@ void melee_attack::player_check_weapon_effects()
else if (is_demonic(*weapon))
did_god_conduct(DID_UNHOLY, 1);
else if (get_weapon_brand(*weapon) == SPWPN_SPEED
- || weapon->sub_type == WPN_QUICK_BLADE)
+ || weapon->sub_type == WPN_QUICK_BLADE)
+ {
did_god_conduct(DID_HASTY, 1);
+ }
}
}