From 6d0eb3000187dd587e961ca87ddb9eca947f15dc Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Fri, 8 Jan 2010 13:11:44 +0530 Subject: Add snapping turtles, alligator snapping turtles and sea snakes to the Shoals, remove yaktaurs, centaurs and stone giants. Snapping turtles get reaching attacks. Sea snakes get strong venom. --- crawl-ref/source/fight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/fight.h') diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h index 2bc47bd030..538858a4d8 100644 --- a/crawl-ref/source/fight.h +++ b/crawl-ref/source/fight.h @@ -229,7 +229,7 @@ private: void mons_perform_attack_rounds(); void mons_check_attack_perceived(); std::string mons_attack_verb(const mon_attack_def &attk); - std::string mons_weapon_desc(); + std::string mons_attack_desc(const mon_attack_def &attk); void mons_announce_hit(const mon_attack_def &attk); void mons_announce_dud_hit(const mon_attack_def &attk); void mons_set_weapon(const mon_attack_def &attk); -- cgit v1.2.3-54-g00ecf